From: Misha Brukman Date: Mon, 2 Jun 2003 04:10:41 +0000 (+0000) Subject: Remove spurious assert() X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53a7ba851d445ada2fa9e293542912b9ccf6f7c0;p=oota-llvm.git Remove spurious assert() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6529 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);