aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-01 18:30:25 +0000
committerChris Lattner <sabre@nondot.org>2006-11-01 18:30:25 +0000
commitf4208026aabcb8c3acf79a9508d92f7d8de7801c (patch)
tree8086f6e33d770ec660fe5c03941c790652d6eb02 /test/Transforms/ScalarRepl
parent25de4e5c21b8ef1bbf6d625de548ca3508c58947 (diff)
downloadexternal_llvm-f4208026aabcb8c3acf79a9508d92f7d8de7801c.zip
external_llvm-f4208026aabcb8c3acf79a9508d92f7d8de7801c.tar.gz
external_llvm-f4208026aabcb8c3acf79a9508d92f7d8de7801c.tar.bz2
extra pass is required now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/ScalarRepl')
-rw-r--r--test/Transforms/ScalarRepl/phinodepromote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/phinodepromote.ll b/test/Transforms/ScalarRepl/phinodepromote.ll
index eca8903..573cab2 100644
--- a/test/Transforms/ScalarRepl/phinodepromote.ll
+++ b/test/Transforms/ScalarRepl/phinodepromote.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -mem2reg | llvm-dis | not grep alloca
+; RUN: llvm-as < %s | opt -simplifycfg -instcombine -mem2reg | llvm-dis | not grep alloca
;
; This tests to see if mem2reg can promote alloca instructions whose addresses
; are used by PHI nodes that are immediately loaded. The LLVM C++ front-end