mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
Remove spurious assert()
llvm-svn: 6529
This commit is contained in:
parent
8ce9f2956e
commit
1407922069
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user