From c46a5f20c5ab9c497a91d3227d6368e92069cace Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Thu, 29 Jul 2010 17:45:24 +0000 Subject: [PATCH] Comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109765 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineLICM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index ee498479488..63b145e2455 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 > CSEMap; public: -- 2.34.1