summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows/vla.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/Windows/vla.ll')
-rw-r--r--llvm/test/CodeGen/ARM/Windows/vla.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/vla.ll b/llvm/test/CodeGen/ARM/Windows/vla.ll
index 1c0632e25e5..03709758048 100644
--- a/llvm/test/CodeGen/ARM/Windows/vla.ll
+++ b/llvm/test/CodeGen/ARM/Windows/vla.ll
@@ -3,7 +3,7 @@
; RUN: llc -mtriple=thumbv7-windows-itanium -mcpu=cortex-a9 -code-model=large -o - %s \
; RUN: | FileCheck %s -check-prefix CHECK-LARGE-CODE
; RUN: llc -mtriple=thumbv7-windows-msvc -mcpu=cortex-a9 -o - %s \
-; RUN: | FileCheck %s -check-prefix CHECK-MSVC
+; RUN: | FileCheck %s -check-prefix CHECK-SMALL-CODE
define arm_aapcs_vfpcc i8 @function(i32 %sz, i32 %idx) {
entry:
@@ -26,6 +26,3 @@ entry:
; CHECK-LARGE-CODE: movt [[IP]], :upper16:__chkstk
; CHECK-LARGE-CODE: blx [[IP]]
; CHECK-LARGE-CODE: sub.w sp, sp, r4
-
-; CHECK-MSVC-NOT: __chkstk
-
OpenPOWER on IntegriCloud