From 6fd068101094fdb91764de62910d519f7bd237d0 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 2 Jun 2003 04:10:41 +0000 Subject: Remove spurious assert() llvm-svn: 6529 --- llvm/lib/CodeGen/MachineCodeEmitter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineCodeEmitter.cpp') diff --git a/llvm/lib/CodeGen/MachineCodeEmitter.cpp b/llvm/lib/CodeGen/MachineCodeEmitter.cpp index e6f93dcc40f..69d6b38c787 100644 --- a/llvm/lib/CodeGen/MachineCodeEmitter.cpp +++ b/llvm/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); -- cgit v1.2.3