diff test/CodeGen/X86/frameaddr.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents afa8332a0e37
children 803732b1fca8
line wrap: on
line diff
--- a/test/CodeGen/X86/frameaddr.ll	Tue Jan 26 22:56:36 2016 +0900
+++ b/test/CodeGen/X86/frameaddr.ll	Fri Nov 25 19:14:25 2016 +0900
@@ -19,7 +19,7 @@
 ; CHECK-W64-LABEL: test1
 ; CHECK-W64:       push
 ; CHECK-W64-NEXT:  movq %rsp, %rbp
-; CHECK-W64-NEXT:  leaq (%rbp), %rax
+; CHECK-W64-NEXT:  movq %rbp, %rax
 ; CHECK-W64-NEXT:  pop
 ; CHECK-W64-NEXT:  ret
 ; CHECK-64-LABEL: test1
@@ -54,7 +54,7 @@
 ; CHECK-W64-LABEL: test2
 ; CHECK-W64:       push
 ; CHECK-W64-NEXT:  movq %rsp, %rbp
-; CHECK-W64-NEXT:  leaq (%rbp), %rax
+; CHECK-W64-NEXT:  movq %rbp, %rax
 ; CHECK-W64-NEXT:  pop
 ; CHECK-W64-NEXT:  ret
 ; CHECK-64-LABEL: test2