diff options
Diffstat (limited to 'test/Transforms/LowerSwitch/feature.ll')
-rw-r--r-- | test/Transforms/LowerSwitch/feature.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LowerSwitch/feature.ll b/test/Transforms/LowerSwitch/feature.ll index c6d2f71bd3..cdfa0f371d 100644 --- a/test/Transforms/LowerSwitch/feature.ll +++ b/test/Transforms/LowerSwitch/feature.ll @@ -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 |