Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ struct ConstantComparesGatherer {

UsedICmps++;
Vals.push_back(C);
return ICI->getOperand(0);
return true;
}

// If we have "x ult 3", for example, then we can add 0,1,2 to the set.
Expand Down
Loading