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:
cdf5ffb
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Wed, 18 Feb 2009 00:08:39 +0000
(
00:08
+0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 18 Feb 2009 00:08:39 +0000
(
00:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64859
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LoopStrengthReduce.cpp
b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 0945a5759f89808d53ba4aa13eb3f05459f66ff0..a56bb6704f562b617a04c47fc85a9134cba7e274 100644
(file)
--- a/
lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/
lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@
-509,7
+509,7
@@
static bool IVUseShouldUsePostIncValue(Instruction *User, Instruction *IV,
return true;
}
-/// isAddress - Returns true if the specified instruction is using the
+/// isAddress
Use
- Returns true if the specified instruction is using the
/// specified value as an address.
static bool isAddressUse(Instruction *Inst, Value *OperandVal) {
bool isAddress = isa<LoadInst>(Inst);