commit | a1470c1187018157cab91c780931221f06d02271 | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Thu Jul 29 17:45:24 2010 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Thu Jul 29 17:45:24 2010 +0000 |
tree | ef3897fa5d56668fc129e8bef97134ef90a1af47 | |
parent | 0aa6b368424fc85706a71978105ec0de5d983ac8 [diff] [blame] |
Comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109765 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index ee49847..63b145e 100644 --- a/lib/CodeGen/MachineLICM.cpp +++ b/lib/CodeGen/MachineLICM.cpp
@@ -68,7 +68,7 @@ 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: