Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Dec 2009 01:20:29 +0000 (01:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Dec 2009 01:20:29 +0000 (01:20 +0000)
commit079b6f5ee5c3516b773a3ad71874c14e8ea7479c
treeb49b6d369d5ffe7cd8b81fde271c3c4294de9740
parent86888887872737f614a66e3e25b896248c29c6c2
Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are
mainly used in debugging and/or assert situations. It should make the compiler
and the static analyzer stop nagging us about them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92181 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp