mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C++: Replace rank[1] with min
This commit is contained in:
@@ -57,7 +57,7 @@ class GVN extends TValueNumber {
|
||||
|
||||
final Location getLocation() {
|
||||
result =
|
||||
rank[1](Location l |
|
||||
min(Location l |
|
||||
l = getAnExpr().getLocation()
|
||||
|
|
||||
l
|
||||
|
||||
Reference in New Issue
Block a user