diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-06-15 18:19:27 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-06-15 18:19:27 +0000 |
commit | 01320da35e8a0a327ede52cc1d4598b0a317f00b (patch) | |
tree | 42ba5cb5ddfa95a1750c67abd854dacf32d36a3b /lib | |
parent | f79e0e8966d625fc30e4d2f04d8df3420516502c (diff) | |
download | external_llvm-01320da35e8a0a327ede52cc1d4598b0a317f00b.zip external_llvm-01320da35e8a0a327ede52cc1d4598b0a317f00b.tar.gz external_llvm-01320da35e8a0a327ede52cc1d4598b0a317f00b.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.cpp | 2 |
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 |