projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd60313
)
Remove spurious assert()
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 2 Jun 2003 04:10:41 +0000
(
04:10
+0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 2 Jun 2003 04:10:41 +0000
(
04:10
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6529
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineCodeEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineCodeEmitter.cpp
b/lib/CodeGen/MachineCodeEmitter.cpp
index e6f93dcc40f885b04007a847e6810bd54cc00175..69d6b38c7875e799ae352cc3986f0787af2d5428 100644
(file)
--- 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);