diff options
author | Mahesh Ravishankar <ravishankarm@google.com> | 2022-10-05 17:26:34 +0000 |
---|---|---|
committer | Mahesh Ravishankar <ravishankarm@google.com> | 2022-10-05 17:26:34 +0000 |
commit | 827ab049dc4f8a4800b32ab5aef040139d22b065 (patch) | |
tree | 83c4ec88c6162b7714d3992e75c8b183640b99cd /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | a0ef8af8d5d04c8a7b18cd1ce4c2a728d2f480b2 (diff) | |
download | llvm-827ab049dc4f8a4800b32ab5aef040139d22b065.zip llvm-827ab049dc4f8a4800b32ab5aef040139d22b065.tar.gz llvm-827ab049dc4f8a4800b32ab5aef040139d22b065.tar.bz2 |
Add `const` to `dump` method of `OpFoldResult`.
While most `dump` methods are marked `const`, some arent marked as
`const`. Adding `const` to `OpFoldResult` here since this was
encountered as an issue while debugging (doing `dump` within a debug
console threw an error indicating the method should be marked
`const`).
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D135241
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions