Relational less-or-equal is deleted for MaybeAlign vs Align.
Declared in <llvm/Support/Alignment.h>
bool
operator<=(
MaybeAlign Lhs,
Align Rhs) = delete;
true if the left object is less than or equal to the right object, false otherwise
| Name | Description |
|---|---|
| Lhs | The left operand |
| Rhs | The right operand |