diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-14 23:04:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-14 23:04:30 +0000 |
commit | c8ff09ffaa3f7e67cbf2c6b851a880f2c7ae12fd (patch) | |
tree | acfb9cb9d9c6d97571b18992b09e61a3f28fac0d /llvm/test | |
parent | 7bfdd0abe10b593465677599bc292e0ae89c9aee (diff) | |
download | bcm5719-llvm-c8ff09ffaa3f7e67cbf2c6b851a880f2c7ae12fd.tar.gz bcm5719-llvm-c8ff09ffaa3f7e67cbf2c6b851a880f2c7ae12fd.zip |
fix test for linux hosts.
llvm-svn: 36026
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll b/llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll index d152533aefe..27fb440fa85 100644 --- a/llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll +++ b/llvm/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: * |