diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/shift-and.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/shift-and.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/shift-and.ll b/llvm/test/CodeGen/X86/shift-and.ll index fc8eb2ff0ce..00dc6358ed0 100644 --- a/llvm/test/CodeGen/X86/shift-and.ll +++ b/llvm/test/CodeGen/X86/shift-and.ll @@ -144,8 +144,8 @@ define void @t5ptr(i64 %t, i64* %ptr) nounwind { ; X32-NEXT: movl %esi, %edx ; X32-NEXT: xorl %esi, %esi ; X32-NEXT: .LBB5_2: -; X32-NEXT: movl %esi, 4(%eax) ; X32-NEXT: movl %edx, (%eax) +; X32-NEXT: movl %esi, 4(%eax) ; X32-NEXT: popl %esi ; X32-NEXT: popl %edi ; X32-NEXT: retl |