diff options
Diffstat (limited to 'test/Other/2002-03-11-ConstPropCrash.ll')
-rw-r--r-- | test/Other/2002-03-11-ConstPropCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2002-03-11-ConstPropCrash.ll b/test/Other/2002-03-11-ConstPropCrash.ll index 90dc002..b1e7275 100644 --- a/test/Other/2002-03-11-ConstPropCrash.ll +++ b/test/Other/2002-03-11-ConstPropCrash.ll @@ -5,7 +5,7 @@ ; ; Fixed by adding new arguments to ConstantFoldTerminator ; -; RUN: llvm-as < %s | opt -constprop +; RUN: opt %s -constprop define void @build_tree(i32 %ml) { ; <label>:0 |