X86MCInstLower::Lower should only not emit anything to OutStreamer,
commit6874849b9aa710a542b2263e335bd9fe8e073d0b
authorChris Lattner <sabre@nondot.org>
Sat, 12 Sep 2009 21:01:20 +0000 (12 21:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 12 Sep 2009 21:01:20 +0000 (12 21:01 +0000)
treebbc3abc37c701ddf9def9ec9dcbd06b6f5f09f1c
parent34461fde24e25c4c789b719f16483367ef125e5c
X86MCInstLower::Lower should only not emit anything to OutStreamer,
this means that it can only lower one MachineInstr to one MCInst.  To
make this fly, we need to pull out handling of MO_GOT_ABSOLUTE_ADDRESS
(which generates an implicit label) out of X86MCInstLower.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81629 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.h