c++: style tweak
commit12a1162072eef9b6cdf07a3e3889def18a836221
authorNathaniel Shead <nathanieloshead@gmail.com>
Thu, 13 Jul 2023 21:40:10 +0000 (13 17:40 -0400)
committerJason Merrill <jason@redhat.com>
Fri, 14 Jul 2023 22:41:39 +0000 (14 18:41 -0400)
treeae0b696c370ac7a7f9432f2241392c2c2333631c
parent8d344146727da02eb5c62fbf6cee97a4e96d63db
c++: style tweak

At this point r == t, but it makes more sense to refer to t like all the
other cases do.

gcc/cp/ChangeLog:

* constexpr.cc (cxx_eval_constant_expression): Pass t to get_value.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
gcc/cp/constexpr.cc