1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

extra pass is required now

llvm-svn: 31353
This commit is contained in:
Chris Lattner 2006-11-01 18:30:25 +00:00
parent 953b8e6f7d
commit 7def2775bd

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