summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LowerSwitch/feature.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LowerSwitch/feature.ll')
-rw-r--r--test/Transforms/LowerSwitch/feature.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LowerSwitch/feature.ll b/test/Transforms/LowerSwitch/feature.ll
index 7523ad2..cdfa0f3 100644
--- a/test/Transforms/LowerSwitch/feature.ll
+++ b/test/Transforms/LowerSwitch/feature.ll
@@ -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
OpenPOWER on IntegriCloud