Also emit a label for TargetInstrInfo::GC_LABEL.

llvm-svn: 81206
This commit is contained in:
Nicolas Geoffray 2009-09-08 07:36:18 +00:00
parent 758f8c690d
commit 8ab546ddca
1 changed files with 1 additions and 0 deletions

View File

@ -592,6 +592,7 @@ void Emitter<CodeEmitter>::emitInstruction(const MachineInstr &MI,
break;
case TargetInstrInfo::DBG_LABEL:
case TargetInstrInfo::EH_LABEL:
case TargetInstrInfo::GC_LABEL:
MCE.emitLabel(MI.getOperand(0).getImm());
break;
case TargetInstrInfo::IMPLICIT_DEF: