There is only one register coalescer. Merge it into the base class and
commit5b220213bfe9c37c2bb41a7ae0804e06a14f1007
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 26 Jun 2011 22:34:10 +0000 (26 22:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 26 Jun 2011 22:34:10 +0000 (26 22:34 +0000)
treef5498354354616f9a6c20c65c122bd3f6ebda753
parent655739de7b09dcfecd9f3e5f1734e53ec90a19f3
There is only one register coalescer. Merge it into the base class and
remove the analysis group.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133899 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
lib/CodeGen/CodeGen.cpp
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterCoalescer.h
lib/CodeGen/SplitKit.cpp