Skip to content

Commit 7d91a5e

Browse files
committed
[PPC][BOLT] Adding PCC factory function declaration
1 parent f95555a commit 7d91a5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bolt/include/bolt/Core/MCPlusBuilder.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2373,6 +2373,11 @@ MCPlusBuilder *createRISCVMCPlusBuilder(const MCInstrAnalysis *,
23732373
const MCRegisterInfo *,
23742374
const MCSubtargetInfo *);
23752375

2376+
MCPlusBuilder *createPowerPCMCPlusBuilder(const MCInstrAnalysis *,
2377+
const MCInstrInfo *,
2378+
const MCRegisterInfo *,
2379+
const MCSubtargetInfo *);
2380+
23762381
} // namespace bolt
23772382
} // namespace llvm
23782383

0 commit comments

Comments
 (0)