aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-06-15 18:19:27 +0000
committerBob Wilson <bob.wilson@apple.com>2010-06-15 18:19:27 +0000
commit669db04130911252a38d4470a7c136ffc26ec577 (patch)
tree42ba5cb5ddfa95a1750c67abd854dacf32d36a3b /lib
parentf19f6a9debfeb0248aa3cf159700d1766bb33988 (diff)
downloadexternal_llvm-669db04130911252a38d4470a7c136ffc26ec577.zip
external_llvm-669db04130911252a38d4470a7c136ffc26ec577.tar.gz
external_llvm-669db04130911252a38d4470a7c136ffc26ec577.tar.bz2
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/IfConversion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/IfConversion.cpp b/lib/CodeGen/IfConversion.cpp
index daf4e78..3c9071b 100644
--- a/lib/CodeGen/IfConversion.cpp
+++ b/lib/CodeGen/IfConversion.cpp
@@ -115,7 +115,7 @@ namespace {
BB(0), TrueBB(0), FalseBB(0) {}
};
- /// IfcvtToken - Record information about pending if-conversions to attemp:
+ /// IfcvtToken - Record information about pending if-conversions to attempt:
/// BBI - Corresponding BBInfo.
/// Kind - Type of block. See IfcvtKind.
/// NeedSubsumption - True if the to-be-predicated BB has already been