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:
parent
5fc1ee97f5
commit
d4b7fc9e9e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user