diff options
author | Jan Svoboda <jan_svoboda@apple.com> | 2021-01-25 08:42:44 +0100 |
---|---|---|
committer | Jan Svoboda <jan_svoboda@apple.com> | 2021-01-25 09:15:33 +0100 |
commit | 209f4618891365f5f655214581ab4edd27cacde4 (patch) | |
tree | 9e063cd9bce8897176946c762a06dbe250465fdc /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 46ec0254a97dcf35a0f9f023ea7632e7ee72a1ee (diff) | |
download | llvm-209f4618891365f5f655214581ab4edd27cacde4.zip llvm-209f4618891365f5f655214581ab4edd27cacde4.tar.gz llvm-209f4618891365f5f655214581ab4edd27cacde4.tar.bz2 |
[clang][cli] NFC: Pass CC1Option explicitly to BoolOption
When `Bool{F,G}Option` were introduced, they were designed after the existing `Opt{In,Out}FFlag` in that they implied `CC1Option` for the `ChangedBy` flag.
This means less typing, but can be misleading in situations when the `ResetBy` has explicit `CC1Option` and `ChangedBy` doesn't.
This patch stops implicitly putting `CC1Option` to `ChangedBy` flag.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D95225
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions