summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll')
-rw-r--r--test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll b/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
index 1a0845c..15a6211 100644
--- a/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
+++ b/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll
@@ -1,6 +1,6 @@
; Make sure that the constant propogator doesn't divide by zero!
;
-; RUN: llvm-as < %s | opt -constprop
+; RUN: opt < %s -constprop
;
define i32 @test() {
OpenPOWER on IntegriCloud