From: Rafael Espindola Date: Tue, 3 Feb 2015 19:20:26 +0000 (+0000) Subject: Fix typo in test/CodeGen/X86/sibcall.ll (pr22331). X-Git-Tag: llvmorg-3.7.0-rc1~13216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d911b441923caf02d7e80a0f666216f6295a872;p=platform%2Fupstream%2Fllvm.git Fix typo in test/CodeGen/X86/sibcall.ll (pr22331). llvm-svn: 228011 --- diff --git a/llvm/test/CodeGen/X86/sibcall.ll b/llvm/test/CodeGen/X86/sibcall.ll index 375cd04..4256f9e 100644 --- a/llvm/test/CodeGen/X86/sibcall.ll +++ b/llvm/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]+}}, %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.t* byval align 4 %z) nounwind ssp { ; 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: