projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6217146
)
Fix typo in test/CodeGen/X86/sibcall.ll (pr22331).
author
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 3 Feb 2015 19:20:26 +0000
(19:20 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 3 Feb 2015 19:20:26 +0000
(19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228011
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/sibcall.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/sibcall.ll
b/test/CodeGen/X86/sibcall.ll
index 375cd040707185d480f023eab7b4d2fa5b4d5b3e..4256f9e7455a767878f54d61a9574118c380be47 100644
(file)
--- a/
test/CodeGen/X86/sibcall.ll
+++ b/
test/CodeGen/X86/sibcall.ll
@@
-190,8
+190,8
@@
define i32 @t11(i32 %x, i32 %y, i32 %z.0, i32 %z.1, i32 %z.2) nounwind ssp {
; 32: jmp {{_?}}foo5
; 64-LABEL: t11:
-; 64-NOT: subq ${{[0-9]+}}, %
e
sp
-; 64-NOT: addq ${{[0-9]+}}, %
e
sp
+; 64-NOT: subq ${{[0-9]+}}, %
r
sp
+; 64-NOT: addq ${{[0-9]+}}, %
r
sp
; 64: jmp {{_?}}foo5
; X32ABI-LABEL: t11:
@@
-221,8
+221,8
@@
define i32 @t12(i32 %x, i32 %y, %struct.t* byval align 4 %z) nounwind ssp {
; 32: jmp {{_?}}foo6
; 64-LABEL: t12:
-; 64-NOT: subq ${{[0-9]+}}, %
e
sp
-; 64-NOT: addq ${{[0-9]+}}, %
e
sp
+; 64-NOT: subq ${{[0-9]+}}, %
r
sp
+; 64-NOT: addq ${{[0-9]+}}, %
r
sp
; 64: jmp {{_?}}foo6
; X32ABI-LABEL: t12: