projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be09e8e
)
Fix typo.
author
Eric Christopher
<echristo@gmail.com>
Fri, 6 Mar 2015 18:20:23 +0000
(18:20 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Fri, 6 Mar 2015 18:20:23 +0000
(18:20 +0000)
llvm-svn: 231495
llvm/lib/CodeGen/ExecutionDepsFix.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/CodeGen/ExecutionDepsFix.cpp
b/llvm/lib/CodeGen/ExecutionDepsFix.cpp
index
b3a22c8
..
e28f21b
100644
(file)
--- a/
llvm/lib/CodeGen/ExecutionDepsFix.cpp
+++ b/
llvm/lib/CodeGen/ExecutionDepsFix.cpp
@@
-205,7
+205,7
@@
private:
char ExeDepsFix::ID = 0;
-/// Translate TRI register number to a list of indizes into our s
t
maller tables
+/// Translate TRI register number to a list of indizes into our smaller tables
/// of interesting registers.
iterator_range<SmallVectorImpl<int>::const_iterator>
ExeDepsFix::regIndizes(unsigned Reg) const {