diff --git a/lib/CodeGen/MachineCodeEmitter.cpp b/lib/CodeGen/MachineCodeEmitter.cpp index e6f93dcc40f..69d6b38c787 100644 --- a/lib/CodeGen/MachineCodeEmitter.cpp +++ b/lib/CodeGen/MachineCodeEmitter.cpp @@ -140,7 +140,6 @@ namespace { void emitWord(unsigned W) { MCE.emitWord(W); - assert(0 && "FilePrinterEmitter::emitWord not implemented!"); } uint64_t getGlobalValueAddress(GlobalValue *V) { return MCE.getGlobalValueAddress(V);