[llvm] r228011 - Fix typo in test/CodeGen/X86/sibcall.ll (pr22331).
Rafael Espindola
rafael.espindola at gmail.com
Tue Feb 3 11:20:26 PST 2015
Author: rafael
Date: Tue Feb 3 13:20:26 2015
New Revision: 228011
URL: http://llvm.org/viewvc/llvm-project?rev=228011&view=rev
Log:
Fix typo in test/CodeGen/X86/sibcall.ll (pr22331).
Modified:
llvm/trunk/test/CodeGen/X86/sibcall.ll
Modified: llvm/trunk/test/CodeGen/X86/sibcall.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sibcall.ll?rev=228011&r1=228010&r2=228011&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sibcall.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sibcall.ll Tue Feb 3 13:20:26 2015
@@ -190,8 +190,8 @@ define i32 @t11(i32 %x, i32 %y, i32 %z.0
; 32: jmp {{_?}}foo5
; 64-LABEL: t11:
-; 64-NOT: subq ${{[0-9]+}}, %esp
-; 64-NOT: addq ${{[0-9]+}}, %esp
+; 64-NOT: subq ${{[0-9]+}}, %rsp
+; 64-NOT: addq ${{[0-9]+}}, %rsp
; 64: jmp {{_?}}foo5
; X32ABI-LABEL: t11:
@@ -221,8 +221,8 @@ define i32 @t12(i32 %x, i32 %y, %struct.
; 32: jmp {{_?}}foo6
; 64-LABEL: t12:
-; 64-NOT: subq ${{[0-9]+}}, %esp
-; 64-NOT: addq ${{[0-9]+}}, %esp
+; 64-NOT: subq ${{[0-9]+}}, %rsp
+; 64-NOT: addq ${{[0-9]+}}, %rsp
; 64: jmp {{_?}}foo6
; X32ABI-LABEL: t12:
More information about the llvm-commits
mailing list