aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll2
1 files changed, 1 insertions, 1 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 d152533aef..27fb440fa8 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,5 @@
; RUN: llvm-as < %s | llc -march=arm &&
-; RUN: llvm-as < %s | llc -march=arm -stats 2>&1 | not grep 'register spills'
+; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-apple-darwin8 -stats 2>&1 | not grep 'register spills'
;; Must talk to evan about this.
; XFAIL: *