summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCameron Esfahani <dirty@apple.com>2010-09-22 22:35:21 +0000
committerCameron Esfahani <dirty@apple.com>2010-09-22 22:35:21 +0000
commit4af1eaee70a8de71f805ef7c3eca581ff6a014e8 (patch)
treebf1864acc69dc3a463772ce691eb7cd20546bb52 /test
parente5cb26fab9ecc44e30cd6de462de030696b45f6d (diff)
downloadllvm-4af1eaee70a8de71f805ef7c3eca581ff6a014e8.tar.gz
llvm-4af1eaee70a8de71f805ef7c3eca581ff6a014e8.tar.bz2
llvm-4af1eaee70a8de71f805ef7c3eca581ff6a014e8.tar.xz
Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/win_chkstk.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/win_chkstk.ll b/test/CodeGen/X86/win_chkstk.ll
index 2933eeb540..c05b85c16f 100644
--- a/test/CodeGen/X86/win_chkstk.ll
+++ b/test/CodeGen/X86/win_chkstk.ll
@@ -15,7 +15,7 @@ entry:
; WIN_X32: calll __chkstk
; WIN_X64: call __chkstk
; MINGW_X32: calll __alloca
-; MINGW_X64: calll _alloca
+; MINGW_X64: callq _alloca
; LINUX-NOT: call __chkstk
%array4096 = alloca [4096 x i8], align 16 ; <[4096 x i8]*> [#uses=0]
ret i32 0
@@ -34,7 +34,7 @@ entry:
; WIN_X64: ret
; MINGW_X64: # BB#0:
-; MINGW_X64-NOT: call _alloca
+; MINGW_X64-NOT: callq _alloca
; MINGW_X64: ret
; LINUX: # BB#0: