"llvm/lib/CodeGen/Spiller.cpp" did not exist on "de22116f39d8656e02c1665cfecd5561e1d7ebe5"
-
Chandler Carruth authored
correctly handle blocks whose successor weights sum to more than UINT32_MAX. This is slightly less efficient, but the entire thing is already linear on the number of successors. Calling it within any hot routine is a mistake, and indeed no one is calling it. It also simplifies the code. llvm-svn: 144527
a9e71faa
Loading