forked from OSchip/llvm-project
[Attributor][NFC] Use existing constant instead of magic one
This commit is contained in:
parent
06ba969c9d
commit
d0749cc709
|
@ -2333,7 +2333,7 @@ struct AADereferenceable
|
|||
};
|
||||
|
||||
using AAAlignmentStateType =
|
||||
IncIntegerState<uint32_t, /* maximal alignment */ 1U << 29, 0>;
|
||||
IncIntegerState<uint32_t, Value::MaximumAlignment, 0>;
|
||||
/// An abstract interface for all align attributes.
|
||||
struct AAAlign : public IRAttribute<
|
||||
Attribute::Alignment,
|
||||
|
|
Loading…
Reference in New Issue