OSDN Git Service

Make sure the SCC pass manager initializes any contained
authorDuncan Sands <baldrick@free.fr>
Wed, 11 Feb 2009 09:58:43 +0000 (09:58 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 11 Feb 2009 09:58:43 +0000 (09:58 +0000)
commitaf068750a71780a2f1780f056af0c21208a408dd
tree735993ef611609d5c7a8b3b3315a5dcded979129
parent46dec953194a2b3c308ec94c19961aa822b9d402
Make sure the SCC pass manager initializes any contained
function pass managers.  Without this, simplify-libcalls
would add nocapture attributes when run on its own, but
not when run as part of -std-compile-opts or similar.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/CallGraphSCCPass.cpp
test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll [new file with mode: 0644]