aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stack-probe-size.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/stack-probe-size.ll')
-rw-r--r--test/CodeGen/X86/stack-probe-size.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/stack-probe-size.ll b/test/CodeGen/X86/stack-probe-size.ll
index 21482c3abded..4d1f88d11172 100644
--- a/test/CodeGen/X86/stack-probe-size.ll
+++ b/test/CodeGen/X86/stack-probe-size.ll
@@ -6,10 +6,9 @@
; stack probe size equals the page size (4096 bytes for all x86 targets), and
; this is unlikely to change in the future.
;
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -mtriple=i686-windows-msvc < %s | FileCheck %s
target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
-target triple = "i686-pc-windows-msvc"
define i32 @test1() "stack-probe-size"="0" {
%buffer = alloca [4095 x i8]