projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1fa7f
)
Fix typo.
author
Yaron Keren
<yaron.keren@gmail.com>
Tue, 1 Sep 2015 10:13:49 +0000
(10:13 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Tue, 1 Sep 2015 10:13:49 +0000
(10:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246538
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/LTO/LTOCodeGenerator.cpp
patch
|
blob
|
history
diff --git
a/lib/LTO/LTOCodeGenerator.cpp
b/lib/LTO/LTOCodeGenerator.cpp
index 3f3f75c99c1155906408e43c2ca9e01c9961a65f..3f6b444b05612d979f8cbcbee5d5a0604d944160 100644
(file)
--- a/
lib/LTO/LTOCodeGenerator.cpp
+++ b/
lib/LTO/LTOCodeGenerator.cpp
@@
-80,7
+80,7
@@
LTOCodeGenerator::LTOCodeGenerator(std::unique_ptr<LLVMContext> Context)
LTOCodeGenerator::~LTOCodeGenerator() {}
-// Initialize LTO passes. Please keep this func
it
on in sync with
+// Initialize LTO passes. Please keep this func
ti
on in sync with
// PassManagerBuilder::populateLTOPassManager(), and make sure all LTO
// passes are initialized.
void LTOCodeGenerator::initializeLTOPasses() {