Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCost
[oota-llvm.git] / test / Transforms / SimplifyCFG / DeadSetCC.ll
index 9eed20de0ba3d0758b41f4981c2f414ec1f5b826..c62560000caec512cb5d181c865a34b073252bb7 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -simplifycfg | llvm-dis | \
-; RUN:   not grep {icmp eq}
+; RUN: opt < %s -simplifycfg -S | \
+; RUN:   not grep "icmp eq"
 
 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
 ; folds a conditional branch into a switch instruction.