Skip to content

Commit

Permalink
[clang] Adjust TargetInfo bitfield (#74893)
Browse files Browse the repository at this point in the history
An 8 bit bitfield should not have a preferred type of bool.
  • Loading branch information
urnathan committed Dec 9, 2023
1 parent b5a6e8a commit 54e2749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/include/clang/Basic/TargetInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ class TargetInfo : public TransferrableTargetInfo,
LLVM_PREFERRED_TYPE(bool)
unsigned AllowAMDGPUUnsafeFPAtomics : 1;

LLVM_PREFERRED_TYPE(bool)
unsigned ARMCDECoprocMask : 8;

unsigned MaxOpenCLWorkGroupSize;
Expand Down

0 comments on commit 54e2749

Please sign in to comment.