summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll')
-rw-r--r--llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll b/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll
index 1b336329542..017c0dd8551 100644
--- a/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll
+++ b/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -globalopt | llvm-dis | not grep malloc
+; RUN: opt %s -globalopt | llvm-dis | not grep malloc
@G = internal global i32* null ; <i32**> [#uses=3]
OpenPOWER on IntegriCloud