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:
58cb7be
)
fix typo in comment
author
Sanjay Patel
<spatel@rotateright.com>
Tue, 4 Nov 2014 16:09:50 +0000
(16:09 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Tue, 4 Nov 2014 16:09:50 +0000
(16:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221273
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/ValueTracking.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/ValueTracking.cpp
b/lib/Analysis/ValueTracking.cpp
index 141f2e812e88091eb1ec426515ce58ca568d4b30..4774a8bcd4a138fc6fe1bf141cdc8966278b6005 100644
(file)
--- a/
lib/Analysis/ValueTracking.cpp
+++ b/
lib/Analysis/ValueTracking.cpp
@@
-80,7
+80,7
@@
struct Query {
};
} // end anonymous namespace
-// Given the provided Value and, potentially, a context instruction, return
ed
+// Given the provided Value and, potentially, a context instruction, return
// the preferred context instruction (if any).
static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) {
// If we've been provided with a context instruction, then use that (provided