diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/lea.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/lea.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/lea.ll b/llvm/test/CodeGen/X86/lea.ll index 1b295a4265e..b2b388fca49 100644 --- a/llvm/test/CodeGen/X86/lea.ll +++ b/llvm/test/CodeGen/X86/lea.ll @@ -28,7 +28,7 @@ bb2: ret i32 %x_offs ; CHECK: test2: ; CHECK: leal -5(%rdi), %eax -; CHECK: andl $4294967292, %eax +; CHECK: andl $-4, %eax ; CHECK: negl %eax ; CHECK: leal -4(%rdi,%rax), %eax } |