X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FADCE%2F2003-09-15-InfLoopCrash.ll;h=37e077f21cb9c361ec047bf0835e745abf5b36ed;hb=ec9a35a6f9143cfa325e0413cc297c48f627973a;hp=c61bd6d385efa6f985ef9ef5dad1fcebc3ef2644;hpb=ab3b77834c9232e4c13acb29afe1920b97c5a20b;p=oota-llvm.git diff --git a/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll b/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll index c61bd6d385e..37e077f21cb 100644 --- a/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll +++ b/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll @@ -1,8 +1,9 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output +; RUN: llvm-as < %s | opt -adce -disable-output -int %main() { - br label %loop +define i32 @main() { + br label %loop -loop: - br label %loop +loop: ; preds = %loop, %0 + br label %loop } +