Fix a comment typo.

llvm-svn: 106015
This commit is contained in:
Bob Wilson 2010-06-15 18:19:27 +00:00
parent c548be9ab3
commit 5947573f39
1 changed files with 1 additions and 1 deletions

View File

@ -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