mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 09:25:07 +00:00
increment the function number in SetupMachineFunction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d5ab7e1c54
commit
77bc22866a
@ -51,6 +51,7 @@ bool AsmPrinter::doFinalization(Module &M) {
|
||||
void AsmPrinter::SetupMachineFunction(MachineFunction &MF) {
|
||||
// What's my mangled name?
|
||||
CurrentFnName = Mang->getValueName(MF.getFunction());
|
||||
IncrementFunctionNumber();
|
||||
}
|
||||
|
||||
// EmitAlignment - Emit an alignment directive to the specified power of two.
|
||||
|
Loading…
x
Reference in New Issue
Block a user