diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/select_promote.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/select_promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/select_promote.ll b/test/Transforms/ScalarRepl/select_promote.ll index bcf8409484..d6b2b75327 100644 --- a/test/Transforms/ScalarRepl/select_promote.ll +++ b/test/Transforms/ScalarRepl/select_promote.ll @@ -1,7 +1,7 @@ ; Test promotion of loads that use the result of a select instruction. This ; should be simplified by the instcombine pass. -; RUN: opt %s -instcombine -mem2reg -S | not grep alloca +; RUN: opt < %s -instcombine -mem2reg -S | not grep alloca define i32 @main() { %mem_tmp.0 = alloca i32 ; <i32*> [#uses=3] |