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 | 5947573f391a156c8a74cc39c84d63ea19462566 (patch) | |
tree | b759eb9590704d38cbea3343f4658adcf9284a5f | |
parent | c548be9ab3c6101d05c0411b608f04d5c60ca339 (diff) | |
download | bcm5719-llvm-5947573f391a156c8a74cc39c84d63ea19462566.tar.gz bcm5719-llvm-5947573f391a156c8a74cc39c84d63ea19462566.zip |
Fix a comment typo.
llvm-svn: 106015
-rw-r--r-- | llvm/lib/CodeGen/IfConversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/IfConversion.cpp b/llvm/lib/CodeGen/IfConversion.cpp index daf4e7898cc..3c9071b5b96 100644 --- a/llvm/lib/CodeGen/IfConversion.cpp +++ b/llvm/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 |