diff options
Diffstat (limited to 'test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll')
-rw-r--r-- | test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll index 71e5a4b..61e1dcd 100644 --- a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll +++ b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -lowerswitch +; RUN: opt < %s -lowerswitch define void @test() { switch i32 0, label %Next [ |