summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-01-06 01:09:35 +0000
committerBill Wendling <isanbard@gmail.com>2011-01-06 01:09:35 +0000
commit2b898548e85b5a08dc06beb05344bcdf96d91dc5 (patch)
treeb203089d5188a974264af0ee8a05f7d78cd5fd99 /llvm
parent06536e7158c09f78042657f9834f6482c9fc694c (diff)
downloadbcm5719-llvm-2b898548e85b5a08dc06beb05344bcdf96d91dc5.tar.gz
bcm5719-llvm-2b898548e85b5a08dc06beb05344bcdf96d91dc5.zip
Fix test to coincide with r122934 change from PR8919.
llvm-svn: 122937
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/win_chkstk.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win_chkstk.ll b/llvm/test/CodeGen/X86/win_chkstk.ll
index a377a7d47e2..82ce81d4ae7 100644
--- a/llvm/test/CodeGen/X86/win_chkstk.ll
+++ b/llvm/test/CodeGen/X86/win_chkstk.ll
@@ -16,7 +16,7 @@ entry:
; WIN_X32: calll __chkstk
; WIN_X64: callq __chkstk
; MINGW_X32: calll __alloca
-; MINGW_X64: callq _alloca
+; MINGW_X64: callq __chkstk
; LINUX-NOT: call __chkstk
%array4096 = alloca [4096 x i8], align 16 ; <[4096 x i8]*> [#uses=0]
ret i32 0
OpenPOWER on IntegriCloud