PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.
authorChris Lattner <sabre@nondot.org>
Mon, 14 Sep 2009 03:15:54 +0000 (03:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Sep 2009 03:15:54 +0000 (03:15 +0000)
commit662316c997e4eb8c3fdec6999b3e9da03620847a
tree922c4b14e158e20e7224d5afdb4d82acdc356f67
parent90edac0e8b35f766599362b6301863229f0ddcdb
PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81755 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp