C++: Replace rank[1] with min

This commit is contained in:
Mathias Vorreiter Pedersen
2020-02-05 11:18:06 +01:00
parent 2303dac0b7
commit 63f1d3ded7

View File

@@ -57,7 +57,7 @@ class GVN extends TValueNumber {
final Location getLocation() {
result =
rank[1](Location l |
min(Location l |
l = getAnExpr().getLocation()
|
l