aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2023-07-17 14:40:09 -0700
committerNick Desaulniers <ndesaulniers@google.com>2023-07-17 14:45:07 -0700
commitbec04b4b00551672e0f381bfc627f0a29bb920bd (patch)
tree0c9435073898381d28bd50514b57c425f07f4465 /llvm/docs/CommandGuide
parent467df9c591dfdffef9af94b2d7e7a9df79afa551 (diff)
downloadllvm-bec04b4b00551672e0f381bfc627f0a29bb920bd.zip
llvm-bec04b4b00551672e0f381bfc627f0a29bb920bd.tar.gz
llvm-bec04b4b00551672e0f381bfc627f0a29bb920bd.tar.bz2
[ConstantHoisting] use struct rather than tuple for adjustments
We pack this info in a tuple just to spread it back out for a function call. Spreads in C++ are awkward. If I want to add an additional element to the tuple, I need to add more calls to std::get<> later. Just use a struct. Reviewed By: void Differential Revision: https://reviews.llvm.org/D155236
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions