diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/sink-alloca.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/sink-alloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/sink-alloca.ll b/test/Transforms/IndVarSimplify/sink-alloca.ll index 38448d8ff5..3a6c683e7c 100644 --- a/test/Transforms/IndVarSimplify/sink-alloca.ll +++ b/test/Transforms/IndVarSimplify/sink-alloca.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars -S | FileCheck %s +; RUN: opt < %s -indvars -S | FileCheck %s ; PR4775 ; Indvars shouldn't sink the alloca out of the entry block, even though |