diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll b/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll index e6fca7ba74..0862f1131b 100644 --- a/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll +++ b/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars -disable-output +; RUN: opt < %s -indvars -disable-output define void @main() { entry: |