Return undef on FP <-> Int conversions that overflow (PR21330).
[oota-llvm.git] / test / Transforms / SimplifyCFG / DeadSetCC.ll
index a4c8366e00fbd5a704d37ceba3dea90354f81132..c62560000caec512cb5d181c865a34b073252bb7 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -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.