fix test for linux hosts.
authorChris Lattner <sabre@nondot.org>
Sat, 14 Apr 2007 23:04:30 +0000 (23:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Apr 2007 23:04:30 +0000 (23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36026 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll

index d152533aefe22c4371d6df1fe40985d0c2ca7683..27fb440fa853100914793c855d819fb9b9351a17 100644 (file)
@@ -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: *