mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 03:28:31 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f19f6a9deb
commit
669db04130
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user