Extend printBasicBlockLabel a bit so that it can be used to print all
authorNate Begeman <natebegeman@mac.com>
Tue, 2 May 2006 05:37:32 +0000 (05:37 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 2 May 2006 05:37:32 +0000 (05:37 +0000)
commitcdf38c4edb892c356cfaa3c09c57728bc8d6bfd0
tree23acb79c44a2b1034739fd770d2f9b35a7834122
parent5425267e84946676f1e7424ee056f71b23497ee7
Extend printBasicBlockLabel a bit so that it can be used to print all
basic block labels, consolidating the code to do so in one place for each
target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28050 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter.cpp
lib/Target/Alpha/AlphaAsmPrinter.cpp
lib/Target/IA64/IA64AsmPrinter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/X86/X86ATTAsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86IntelAsmPrinter.cpp