aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll')
-rw-r--r--test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll b/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll
index 27fb440..b5bc6f0 100644
--- a/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll
+++ b/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-apple-darwin8 -stats 2>&1 | not grep 'register spills'
+; RUN: llvm-as < %s | llc -march=thumb
+; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-apple-darwin8 -stats |& \
+; RUN: not grep {register spills}
;; Must talk to evan about this.
; XFAIL: *