1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[IndirectThunks] Tiny comment fix

This commit is contained in:
Kristof Beyls 2020-06-18 06:50:30 +01:00
parent 5fc1ee97f5
commit d4b7fc9e9e

View File

@ -65,9 +65,8 @@ void ThunkInserter<Derived>::createThunkFunction(MachineModuleInfo &MMI,
Builder.CreateRetVoid();
// MachineFunctions/MachineBasicBlocks aren't created automatically for the
// IR-level constructs we already made. Create them and insert them into the
// module.
// MachineFunctions aren't created automatically for the IR-level constructs
// we already made. Create them and insert them into the module.
MachineFunction &MF = MMI.getOrCreateMachineFunction(*F);
// A MachineBasicBlock must not be created for the Entry block; code
// generation from an empty naked function in C source code also does not