Merging r259696:
[oota-llvm.git] / test / Transforms / SimplifyCFG / switch_switch_fold.ll
index 1590f343a5fdf4afe8819e1b74b580afef1ce620..2e2e31014017cedb0021d179eb5236df25f1b250 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | \
+; RUN: opt < %s -simplifycfg -S | \
 ; RUN:   grep switch | count 1
 
 ; Test that a switch going to a switch on the same value can be merged.   All