mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 08:37:45 +00:00
Fix typo /NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bbb446c67c
commit
10bcf7b8b6
@ -309,7 +309,7 @@ static void ComputeImportForModule(
|
||||
if (!FuncSummary)
|
||||
// Skip import for global variables
|
||||
continue;
|
||||
DEBUG(dbgs() << "Initalize import for " << GVSummary.first << "\n");
|
||||
DEBUG(dbgs() << "Initialize import for " << GVSummary.first << "\n");
|
||||
computeImportForFunction(*FuncSummary, Index, ImportInstrLimit,
|
||||
DefinedGVSummaries, Worklist, ImportList,
|
||||
ExportLists);
|
||||
|
Loading…
x
Reference in New Issue
Block a user