diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll b/llvm/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll index 410736d5872..27063378607 100644 --- a/llvm/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll +++ b/llvm/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin +; RUN: llc < %s -mtriple=powerpc-apple-darwin define fastcc i64 @nonzero_bits1() nounwind { entry: |