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:
3d566dd
)
Fix typo in a comment.
author
Devang Patel
<dpatel@apple.com>
Wed, 3 Sep 2008 20:25:40 +0000
(20:25 +0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 3 Sep 2008 20:25:40 +0000
(20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55720
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/InlineAlways.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/InlineAlways.cpp
b/lib/Transforms/IPO/InlineAlways.cpp
index a4b5d6fbddd920b6b0b64aa03661d7dcca4e8a3b..5568937b02082b5c07f8f10c0fa2dfee076d9a5a 100644
(file)
--- a/
lib/Transforms/IPO/InlineAlways.cpp
+++ b/
lib/Transforms/IPO/InlineAlways.cpp
@@
-8,7
+8,7
@@
//===----------------------------------------------------------------------===//
//
// This file implements a custom inliner that handles only functions that
-// are marke
s
as "always inline".
+// are marke
d
as "always inline".
//
//===----------------------------------------------------------------------===//