mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
[CallSiteSplit] Fix comment. NFC
llvm-svn: 329987
This commit is contained in:
parent
da90ea4792
commit
5f59365a73
@ -144,7 +144,7 @@ static void recordCondition(CallSite CS, BasicBlock *From, BasicBlock *To,
|
||||
}
|
||||
|
||||
/// Record ICmp conditions relevant to any argument in CS following Pred's
|
||||
/// single successors. If there are conflicting conditions along a path, like
|
||||
/// single predecessors. If there are conflicting conditions along a path, like
|
||||
/// x == 1 and x == 0, the first condition will be used.
|
||||
static void recordConditions(CallSite CS, BasicBlock *Pred,
|
||||
ConditionsTy &Conditions) {
|
||||
|
Loading…
Reference in New Issue
Block a user