Speculatively revert r108813, in an attempt to get the self-host buildbots working...
authorOwen Anderson <resistor@mac.com>
Tue, 20 Jul 2010 08:26:15 +0000 (08:26 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 20 Jul 2010 08:26:15 +0000 (08:26 +0000)
commit8be3291f5942e3ae4a5d66c480e7aabe2f771031
treec8c82d984f9dc21c27426099f79bd412a2ff95c9
parent29e9daa75019e6ee7b3305f7ef11a2cd85b96b55
Speculatively revert r108813, in an attempt to get the self-host buildbots working again.  I don't see why this patch
would cause them to fail the way they are, but none of the other intervening patches seem likely either.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108818 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassManagers.h
include/llvm/PassSupport.h
include/llvm/Support/PassNameParser.h
lib/Analysis/AliasAnalysisCounter.cpp
lib/Analysis/AliasDebugger.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/ProfileEstimatorPass.cpp
lib/Analysis/ProfileInfo.cpp
lib/Analysis/ProfileInfoLoaderPass.cpp
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
lib/VMCore/Pass.cpp
lib/VMCore/PassManager.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/FindBugs.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/bugpoint.cpp