Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE_UNUSED
authorSid Manning <sidneym@codeaurora.org>
Wed, 15 Oct 2014 19:32:52 +0000 (19:32 +0000)
committerSid Manning <sidneym@codeaurora.org>
Wed, 15 Oct 2014 19:32:52 +0000 (19:32 +0000)
llvm-svn: 219837

llvm/lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp

index a526942..9816d5b 100644 (file)
@@ -63,7 +63,7 @@ static bool isExtended(uint64_t TSFlags) {
 }
 
 // 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.
 static bool isExtendable(uint64_t TSFlags) {
   return (TSFlags >> HexagonII::ExtendablePos) & HexagonII::ExtendableMask;