Go to file
Chris Lattner a602bebb61 devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.
Move GetMBBSymbol up to AsmPrinter and make printBasicBlockLabel use it so that
we only have one place that decides what to name bb labels.  Hopefully various
clients of printBasicBlockLabel can start using GetMBBSymbol instead.

llvm-svn: 81652
2009-09-12 23:02:08 +00:00
clang rewrite the parsing code for -miphoneos-version-min and 2009-09-12 22:45:58 +00:00
compiler-rt Add Blocks support to CMake build system. 2009-09-12 17:13:35 +00:00
llvm devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. 2009-09-12 23:02:08 +00:00