summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll')
-rw-r--r--test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll b/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
index 5f7da15..08d4dc6 100644
--- a/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
+++ b/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -o - | opt -inline | llvm-dis | grep nounwind
-; RUN: llvm-as %s -o - | opt -inline | llvm-dis | grep unreachable
+; RUN: opt < %s -inline -S | grep nounwind
+; RUN: opt < %s -inline -S | grep unreachable
declare i1 @extern()
OpenPOWER on IntegriCloud