SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / InstCombine / CPP_min_max.ll
index 785b91e79e49a135ba19aabc35144bbf32eb460d..b3d081b613a663f054ee81ab35d6fcd96317bb36 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
-; RUN:   grep select | not grep {i32\\*}
+; RUN: opt < %s -instcombine -S | \
+; RUN:   grep select | not grep 'i32\*'
 
 ; This testcase corresponds to PR362, which notices that this horrible code
 ; is generated by the C++ front-end and LLVM optimizers, which has lots of