mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 15:36:21 +00:00
Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE_UNUSED
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc6e0f6f87
commit
a169d59437
@ -63,7 +63,7 @@ static bool isExtended(uint64_t TSFlags) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Currently just used in an assert statement
|
// Currently just used in an assert statement
|
||||||
static bool isExtendable(uint64_t TSFlags) LLVM_ATTRIBUTE_UNUSED;
|
static bool isExtendable(uint64_t TSFlags) LLVM_ATTRIBUTE_USED;
|
||||||
// Return true if the instruction may be extended based on the operand value.
|
// Return true if the instruction may be extended based on the operand value.
|
||||||
static bool isExtendable(uint64_t TSFlags) {
|
static bool isExtendable(uint64_t TSFlags) {
|
||||||
return (TSFlags >> HexagonII::ExtendablePos) & HexagonII::ExtendableMask;
|
return (TSFlags >> HexagonII::ExtendablePos) & HexagonII::ExtendableMask;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user