Fix test.
[oota-llvm.git] / test / Transforms / LowerSwitch / feature.ll
index 7523ad235b6dde387ef17370360955e27b61bd8c..cdfa0f371d66617223b70674c13cda8d985f1917 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | opt -lowerswitch | llvm-dis > %t
+; RUN: opt < %s -lowerswitch -S > %t
 ; RUN: grep slt %t | count 10
 ; RUN: grep ule %t | count 3
 ; RUN: grep eq  %t | count 9