summaryrefslogtreecommitdiffstats
path: root/test/Transforms/IndVarSimplify/sink-alloca.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IndVarSimplify/sink-alloca.ll')
-rw-r--r--test/Transforms/IndVarSimplify/sink-alloca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/sink-alloca.ll b/test/Transforms/IndVarSimplify/sink-alloca.ll
index f5378cc..a3a3cea 100644
--- a/test/Transforms/IndVarSimplify/sink-alloca.ll
+++ b/test/Transforms/IndVarSimplify/sink-alloca.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis | FileCheck %s
+; RUN: opt %s -indvars | llvm-dis | FileCheck %s
; PR4775
; Indvars shouldn't sink the alloca out of the entry block, even though