diff options
Diffstat (limited to 'test/Transforms/InstCombine/nothrow.ll')
-rw-r--r-- | test/Transforms/InstCombine/nothrow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/nothrow.ll b/test/Transforms/InstCombine/nothrow.ll index fbf162a..ab385ba 100644 --- a/test/Transforms/InstCombine/nothrow.ll +++ b/test/Transforms/InstCombine/nothrow.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep call +; RUN: opt %s -instcombine | llvm-dis | not grep call ; rdar://6880732 declare double @t1(i32) readonly |