Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / programmer-friendly.s
index 9dd93fe9c8dd409bc840037249d251be7d8ce1a8..6254c6476efdc848648b05068be0574e7addc85d 100644 (file)
@@ -6,7 +6,7 @@
        // The preferred architectural syntax does not accept the shifter
        // LSL or any other shift operator, when the destination register
        // has the shape of 16B or 8B.
-       movi    v0.16b, 97, lsl 0
+       movi    v0.16b, 97, lsl 0       // N.B.: this is now part of the architecture specification.
 
        // LDR Wt, label | =value
        // As a convenience assemblers will typically permit the notation
This page took 0.023827 seconds and 4 git commands to generate.