aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/large-stack.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/large-stack.ll')
-rw-r--r--test/CodeGen/ARM/large-stack.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/large-stack.ll b/test/CodeGen/ARM/large-stack.ll
index 695c4c6e1d..f4bf5189f4 100644
--- a/test/CodeGen/ARM/large-stack.ll
+++ b/test/CodeGen/ARM/large-stack.ll
@@ -1,6 +1,8 @@
; RUN: llvm-as < %s | llc -march=arm &&
; RUN: llvm-as < %s | llc -march=arm -enable-thumb &&
-; RUN: llvm-as < %s | llc -march=arm -enable-thumb | grep 'ldr.*LCP' | wc -l | grep 5
+; RUN: llvm-as < %s | llc -march=arm -enable-thumb | \
+; RUN: grep 'ldr.*LCP' | wc -l | grep 5
+; XFAIL: *86-pc-linux-gnu
define void @test1() {
%tmp = alloca [ 64 x i32 ] , align 4