diff options
Diffstat (limited to 'test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll')
-rw-r--r-- | test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll b/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll index 4790de7..a9c6b85 100644 --- a/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll +++ b/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll @@ -1,6 +1,6 @@ ; LICM is adding stores before phi nodes. bad. -; RUN: opt %s -licm +; RUN: opt < %s -licm define i1 @test(i1 %c) { ; <label>:0 |