aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-09-16Don't sort the vector when it is empty. This should fix some expensive checkingBenjamin Kramer1-1/+2
failures. llvm-svn: 82040
2009-09-16add a new MachineModuleInfoMachO class, which is the per-moduleChris Lattner1-0/+44
stuff common across all macho targets. llvm-svn: 82018