summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
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
commit329d4741a5eaf7d2127c49a4f222600999ecdaea (patch)
tree7d8b411e4dc6db3e3d406daa2892f0c32d6eb560 /llvm/lib/CodeGen
parentba0e124aaf3629473b050de8a28819c95c9f2952 (diff)
downloadbcm5719-llvm-329d4741a5eaf7d2127c49a4f222600999ecdaea.tar.gz
bcm5719-llvm-329d4741a5eaf7d2127c49a4f222600999ecdaea.zip
Comment typo.
llvm-svn: 109765
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineLICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp
index ee498479488..63b145e2455 100644
--- a/llvm/lib/CodeGen/MachineLICM.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud