Remove `const` from `const T &&` in debugString() helper to make it a universal refer...
authorMehdi Amini <joker.eph@gmail.com>
Sat, 28 Aug 2021 01:09:00 +0000 (01:09 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sat, 28 Aug 2021 01:09:00 +0000 (01:09 +0000)
commit022538f2764a255bd2c0da3a247791e764933a93
tree75c13efa97f91b8f1bf78e1daa72e84b8e19e084
parent4387975170112ad51a6cb57b5b77ebd72cc73c57
Remove `const` from `const T &&` in debugString() helper to make it a universal reference (NFC)

It broke lvalue arguments otherwise:
mlir/include/mlir/Support/DebugStringHelper.h