mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Fix an FLAT OUT WRONG comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c5fd8e055
commit
a04e51f4c0
@ -83,8 +83,9 @@ void CloneFunctionInto(Function *NewFunc, const Function *OldFunc,
|
||||
|
||||
|
||||
/// InlineFunction - This function inlines the called function into the basic
|
||||
/// block of the caller. This returns true if it is not possible to inline this
|
||||
/// call. The program is still in a well defined state if this occurs though.
|
||||
/// block of the caller. This returns false if it is not possible to inline
|
||||
/// this call. The program is still in a well defined state if this occurs
|
||||
/// though.
|
||||
///
|
||||
/// Note that this only does one level of inlining. For example, if the
|
||||
/// instruction 'call B' is inlined, and 'B' calls 'C', then the call to 'C' now
|
||||
|
Loading…
x
Reference in New Issue
Block a user