diff options
Diffstat (limited to 'llvm')
-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: * |