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:
1f5c5b9
)
Fix a typo in a comment that Duncan noticed.
author
Dan Gohman
<gohman@apple.com>
Wed, 15 Jul 2009 17:38:23 +0000
(17:38 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 15 Jul 2009 17:38:23 +0000
(17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75804
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/LoopInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/LoopInfo.h
b/include/llvm/Analysis/LoopInfo.h
index de9a30d281a68fd0aa673384127d705287af1994..60c9564222aa110486ab5de78c659d2065c54baf 100644
(file)
--- a/
include/llvm/Analysis/LoopInfo.h
+++ b/
include/llvm/Analysis/LoopInfo.h
@@
-481,7
+481,7
@@
public:
///
bool isLoopInvariant(Instruction *I) const;
- /// makeLoopInvariant - If the given value is an instruc
it
on inside of the
+ /// makeLoopInvariant - If the given value is an instruc
ti
on inside of the
/// loop and it can be hoisted, do so to make it trivially loop-invariant.
/// Return true if the value after any hoisting is loop invariant. This
/// function can be used as a slightly more aggressive replacement for