summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/nothrow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/nothrow.ll')
-rw-r--r--test/Transforms/InstCombine/nothrow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/nothrow.ll b/test/Transforms/InstCombine/nothrow.ll
index fbf162a..08d90bf 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 -S | not grep call
; rdar://6880732
declare double @t1(i32) readonly
OpenPOWER on IntegriCloud