diff options
Diffstat (limited to 'test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll')
-rw-r--r-- | test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll b/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll index cb5f090..c4d0708 100644 --- a/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll +++ b/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -lowerswitch +; RUN: opt %s -lowerswitch define void @child(i32 %ct.1) { entry: |