OSDN Git Service

[CodeGen] Use generic printAsOperand machinery instead of hand rolling it
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 25 Dec 2015 09:37:26 +0000 (09:37 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 25 Dec 2015 09:37:26 +0000 (09:37 +0000)
commit5af873932e6623acbafe9a9101117621ace755ec
tree87635d4f6f5dc708241c3beb5c8e5224bc65ffea
parentadcf2671f5f60c17cbbbe92349baf499cf0895c5
[CodeGen] Use generic printAsOperand machinery instead of hand rolling it

We already know how to properly print out basic blocks in
printAsOperand, we should not roll it ourselves in
AsmPrinter::EmitBasicBlockStart.  No functionality change is intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256413 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp