aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-07-29 17:45:24 +0000
committerDale Johannesen <dalej@apple.com>2010-07-29 17:45:24 +0000
commitc46a5f20c5ab9c497a91d3227d6368e92069cace (patch)
treeef3897fa5d56668fc129e8bef97134ef90a1af47
parentb2eeed7464e3492833bb7a495e78a9f031621653 (diff)
Comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109765 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/MachineLICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp
index ee49847948..63b145e245 100644
--- a/lib/CodeGen/MachineLICM.cpp
+++ b/lib/CodeGen/MachineLICM.cpp
@@ -68,7 +68,7 @@ namespace {
BitVector AllocatableSet;
- // For each opcode, keep a list of potentail CSE instructions.
+ // For each opcode, keep a list of potential CSE instructions.
DenseMap<unsigned, std::vector<const MachineInstr*> > CSEMap;
public: