X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FSimplifyCFG%2Fswitch_thread.ll;h=f12085172680047464a6c81ec5202c72d82b5ced;hb=1b12d8855d8e84c37aeba8c99883e5ada6b5fdca;hp=5eee2c7a7aeac0d5628e639ebd5ad0dc32f81c3c;hpb=d802347a2ec410b491a0aef3dd0336b10baf078a;p=oota-llvm.git diff --git a/test/Transforms/SimplifyCFG/switch_thread.ll b/test/Transforms/SimplifyCFG/switch_thread.ll index 5eee2c7a7ae..f1208517268 100644 --- a/test/Transforms/SimplifyCFG/switch_thread.ll +++ b/test/Transforms/SimplifyCFG/switch_thread.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep 'call void %DEAD' +; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | \ +; RUN: not grep {call void %DEAD} ; Test that we can thread a simple known condition through switch statements.