mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +00:00
Grammar.
llvm-svn: 108252
This commit is contained in:
parent
57a48e254e
commit
f57bd9c94d
@ -399,7 +399,7 @@ bool Inliner::runOnSCC(CallGraphSCC &SCC) {
|
||||
// We can only inline direct calls to non-declarations.
|
||||
if (Callee == 0 || Callee->isDeclaration()) continue;
|
||||
|
||||
// If this call sites was obtained by inlining another function, verify
|
||||
// If this call site was obtained by inlining another function, verify
|
||||
// that the include path for the function did not include the callee
|
||||
// itself. If so, we'd be recursively inlinling the same function,
|
||||
// which would provide the same callsites, which would cause us to
|
||||
|
Loading…
x
Reference in New Issue
Block a user