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 | 669db04130911252a38d4470a7c136ffc26ec577 (patch) | |
tree | 42ba5cb5ddfa95a1750c67abd854dacf32d36a3b /lib/CodeGen/IfConversion.cpp | |
parent | f19f6a9debfeb0248aa3cf159700d1766bb33988 (diff) |
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/CodeGen/IfConversion.cpp')
-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 daf4e7898c..3c9071b5b9 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 |