mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +00:00
Broke line before break.
llvm-svn: 79404
This commit is contained in:
parent
b606fc6b6c
commit
7cffe838a8
@ -54,7 +54,8 @@ double ProfileInfo::getExecutionCount(const BasicBlock *BB) {
|
||||
if (ProcessedPreds.insert(*PI).second) {
|
||||
double w = getEdgeWeight(getEdge(*PI, BB));
|
||||
if (w == MissingValue) {
|
||||
Count = MissingValue; break;
|
||||
Count = MissingValue;
|
||||
break;
|
||||
}
|
||||
Count += w;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user