OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98ecf5a
)
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231495
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/ExecutionDepsFix.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/ExecutionDepsFix.cpp
b/lib/CodeGen/ExecutionDepsFix.cpp
index
b3a22c8
..
e28f21b
100644
(file)
--- a/
lib/CodeGen/ExecutionDepsFix.cpp
+++ b/
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 {