diff options
author | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2013-11-08 18:19:19 +0000 |
---|---|---|
committer | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2013-11-08 18:19:19 +0000 |
commit | f7a60a8e0148b16cd811472ac42b2b947be43ec6 (patch) | |
tree | 5a83e2c3da564e88996db9b898ac09cae7ced70d /llvm/lib/CodeGen/CodeGen.cpp | |
parent | b06a0ed4b09754501fddd164ba6125ee8ae9bcd5 (diff) | |
download | bcm5719-llvm-f7a60a8e0148b16cd811472ac42b2b947be43ec6.tar.gz bcm5719-llvm-f7a60a8e0148b16cd811472ac42b2b947be43ec6.zip |
Revert "CalculateSpillWeights does not need to be a pass"
Temporarily revert my previous commit until I understand why it breaks 3 target tests.
llvm-svn: 194272
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index 7430c53b8da..920a48e1e8d 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -22,6 +22,7 @@ using namespace llvm; void llvm::initializeCodeGen(PassRegistry &Registry) { initializeBasicTTIPass(Registry); initializeBranchFolderPassPass(Registry); + initializeCalculateSpillWeightsPass(Registry); initializeDeadMachineInstructionElimPass(Registry); initializeEarlyIfConverterPass(Registry); initializeExpandPostRAPass(Registry); |