mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 10:30:30 +00:00
Pass through the emitConstantPool() call to the real emitter.
llvm-svn: 6590
This commit is contained in:
parent
0caf021e69
commit
a69a008010
@ -93,6 +93,10 @@ namespace {
|
||||
MCE.finishFunction(F);
|
||||
}
|
||||
|
||||
void emitConstantPool(MachineConstantPool *MCP) {
|
||||
MCE.emitConstantPool(MCP);
|
||||
}
|
||||
|
||||
void startFunctionStub(const Function &F, unsigned StubSize) {
|
||||
MCE.startFunctionStub(F, StubSize);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user