Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / LowerSwitch / feature.ll
index c6d2f71bd3e6272d942b2c5c96c2d379b1c4a476..cdfa0f371d66617223b70674c13cda8d985f1917 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | opt -lowerswitch -S > %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