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:
b2eeed7
)
Comment typo.
author
Dale Johannesen
<dalej@apple.com>
Thu, 29 Jul 2010 17:45:24 +0000
(17:45 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Thu, 29 Jul 2010 17:45:24 +0000
(17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109765
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineLICM.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineLICM.cpp
b/lib/CodeGen/MachineLICM.cpp
index ee498479488e288baf37ed05df6225f5607e0bd5..63b145e24557706e35fc20e1cbd41c4ae96448af 100644
(file)
--- a/
lib/CodeGen/MachineLICM.cpp
+++ b/
lib/CodeGen/MachineLICM.cpp
@@
-68,7
+68,7
@@
namespace {
BitVector AllocatableSet;
- // For each opcode, keep a list of potent
ai
l CSE instructions.
+ // For each opcode, keep a list of potent
ia
l CSE instructions.
DenseMap<unsigned, std::vector<const MachineInstr*> > CSEMap;
public: