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 c4d0708..d143ab0 100644 --- a/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll +++ b/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -lowerswitch +; RUN: opt < %s -lowerswitch define void @child(i32 %ct.1) { entry: |