diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll b/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll index ac18c2cb0bb..4c81df7de61 100644 --- a/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll +++ b/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll @@ -8,8 +8,8 @@ define i32 @main() nounwind { ; CHECK-LABEL: main: ; CHECK: # %bb.0: # %entry -; CHECK-NEXT: movl $255, %eax -; CHECK-NEXT: andl g_407, %eax +; CHECK-NEXT: movl g_407, %eax +; CHECK-NEXT: movzbl %al, %eax ; CHECK-NEXT: pushl %eax ; CHECK-NEXT: calll func_45 ; CHECK-NEXT: addl $4, %esp |

