diff options
Diffstat (limited to 'test/Transforms/SCCP/2003-08-26-InvokeHandling.ll')
-rw-r--r-- | test/Transforms/SCCP/2003-08-26-InvokeHandling.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll b/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll index 460963d263..9876375ae8 100644 --- a/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll +++ b/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll @@ -1,5 +1,5 @@ ; The PHI cannot be eliminated from this testcase, SCCP is mishandling invoke's! -; RUN: opt %s -sccp -S | grep phi +; RUN: opt < %s -sccp -S | grep phi declare void @foo() |