Return true if a .align directive should use optimized nops to fill instead of 0s.
Declared in <llvm/MC/MCAsmInfoXCOFF.h>
virtual
bool
useCodeAlign(MCSection const& Sec) const final;
True if alignment padding should use optimized nops.
| Name | Description |
|---|---|
| Sec | Section whose alignment fill policy is queried. |