aboutsummaryrefslogtreecommitdiffstats
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 ddfd7d1..85bac18 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: as < %s | opt -constprop
+; RUN: llvm-as < %s | opt -constprop
;
int "test"() {