Fix compile time warnings about using possibly uninitialised variables in rs6000...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rep-suffix.s
index be54877bf5aa87505fdcc3a0a81019eb8b550357..12bdbd032c7442e9bbd198af9286e6e0ffcee22b 100644 (file)
@@ -7,3 +7,10 @@ _start:
        rep stosw
        rep lodsl
        rep stosl
+
+       rep bsf %ecx, %eax
+       rep bsr %ecx, %eax
+
+       rep ret
+
+       rep nop
This page took 0.025368 seconds and 4 git commands to generate.