Merging r261365:
[oota-llvm.git] / test / MC / X86 / x86_nop.s
index feac4e4cf0393caea8465d33b0cd90335ca552eb..572487bfdaca33b3345ac51a8fb2cb25c2df28be 100644 (file)
@@ -22,7 +22,13 @@ inc %eax
 inc %eax
 
 // CHECK: 0:   40                                              incl    %eax
-// CHECK: 1:   8d b4 26 00 00 00 00                            leal (%esi), %esi
+// CHECK: 1:   90                                              nop
+// CHECK: 2:   90                                              nop
+// CHECK: 3:   90                                              nop
+// CHECK: 4:   90                                              nop
+// CHECK: 5:   90                                              nop
+// CHECK: 6:   90                                              nop
+// CHECK: 7:   90                                              nop
 // CHECK: 8:   40                                              incl    %eax