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