diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-01-06 01:09:35 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-01-06 01:09:35 +0000 |
commit | 05e353c4eda22c99967453029dfa7de276409951 (patch) | |
tree | 4dd232a5dc560f5451ace781670c0be5475be449 /test/CodeGen | |
parent | 9a9d847afaf5df1b66b0f92692e31d1d4003c3a9 (diff) | |
download | external_llvm-05e353c4eda22c99967453029dfa7de276409951.zip external_llvm-05e353c4eda22c99967453029dfa7de276409951.tar.gz external_llvm-05e353c4eda22c99967453029dfa7de276409951.tar.bz2 |
Fix test to coincide with r122934 change from PR8919.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/win_chkstk.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/win_chkstk.ll b/test/CodeGen/X86/win_chkstk.ll index a377a7d..82ce81d 100644 --- a/test/CodeGen/X86/win_chkstk.ll +++ b/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 |