X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2002-03-11-ConstPropCrash.ll;h=a6d4f5b3dbcc3d895e59705ba7134b0ac00e4b3e;hb=8921bbca59c0ab2bc63988558a38c9546c638755;hp=62435747c23b719e8786bf0da380d33bc79098ee;hpb=e78760e179caabddb48e158c4628f717995fcbc4;p=oota-llvm.git diff --git a/test/Other/2002-03-11-ConstPropCrash.ll b/test/Other/2002-03-11-ConstPropCrash.ll index 62435747c23..a6d4f5b3dbc 100644 --- a/test/Other/2002-03-11-ConstPropCrash.ll +++ b/test/Other/2002-03-11-ConstPropCrash.ll @@ -5,21 +5,20 @@ ; ; Fixed by adding new arguments to ConstantFoldTerminator ; -; RUN: llvm-as < %s | opt -constprop +; RUN: opt < %s -constprop -implementation +define void @build_tree(i32 %ml) { +;