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:
892b840
)
Fix comment typo.
author
Duncan Sands
<baldrick@free.fr>
Thu, 11 Sep 2008 19:41:10 +0000
(19:41 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Thu, 11 Sep 2008 19:41:10 +0000
(19:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56116
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/MemoryDependenceAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/MemoryDependenceAnalysis.cpp
b/lib/Analysis/MemoryDependenceAnalysis.cpp
index c93a680382e1ded40699342c242f32bdd2f198f1..d5b0afccb9b01c23aae116334727fa5c9cfabe11 100644
(file)
--- a/
lib/Analysis/MemoryDependenceAnalysis.cpp
+++ b/
lib/Analysis/MemoryDependenceAnalysis.cpp
@@
-97,7
+97,7
@@
Instruction* MemoryDependenceAnalysis::getCallSiteDependency(CallSite C,
BasicBlock::iterator blockBegin = C.getInstruction()->getParent()->begin();
BasicBlock::iterator QI = C.getInstruction();
- // If the starting point was specifi
y
, use it
+ // If the starting point was specifi
ed
, use it
if (start) {
QI = start;
blockBegin = start->getParent()->begin();