Unconfuse gcc5.3 after 2e204e23911b1f / D87528
authorNico Weber <thakis@chromium.org>
Mon, 26 Oct 2020 16:55:33 +0000 (12:55 -0400)
committerNico Weber <thakis@chromium.org>
Mon, 26 Oct 2020 16:55:38 +0000 (12:55 -0400)
commitc686dfd61705f33419875b22eb08bd197a72cd18
tree902ececbe85eb5282878571ecf5b9d2e62af1c86
parent5b742a0c106fbed11779d6dd99854a6f97643524
Unconfuse gcc5.3 after 2e204e23911b1f / D87528

The local variable CmpResult added in that change shadowed the
type CmpResult, which confused an older gcc. Rename the variable
CmpResult to APFloatCmpResult.
clang/lib/AST/ExprConstant.cpp