diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll b/llvm/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll index b08c9622502..9385f45ede1 100644 --- a/llvm/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll +++ b/llvm/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine +; RUN: opt %s -instcombine ; PR3468 define x86_fp80 @cast() { |