diff options
Diffstat (limited to 'test/Transforms/InstCombine/zero-point-zero-add.ll')
-rw-r--r-- | test/Transforms/InstCombine/zero-point-zero-add.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/zero-point-zero-add.ll b/test/Transforms/InstCombine/zero-point-zero-add.ll index adb28e4d5c..9f38cadf05 100644 --- a/test/Transforms/InstCombine/zero-point-zero-add.ll +++ b/test/Transforms/InstCombine/zero-point-zero-add.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 0.0 | count 1 +; RUN: opt %s -instcombine | llvm-dis | grep 0.0 | count 1 declare double @abs(double) |