extra pass is required now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-11-01 18:30:25 +00:00
parent 25de4e5c21
commit f4208026aa

View File

@ -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