[llvm-commits] [dragonegg] r117207 - /dragonegg/trunk/llvm-backend.cpp
Nick Lewycky
nicholas at mxc.ca
Sat Oct 23 02:13:34 PDT 2010
Author: nicholas
Date: Sat Oct 23 04:13:34 2010
New Revision: 117207
URL: http://llvm.org/viewvc/llvm-project?rev=117207&view=rev
Log:
Migrate to new macro name.
Modified:
dragonegg/trunk/llvm-backend.cpp
Modified: dragonegg/trunk/llvm-backend.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/llvm-backend.cpp?rev=117207&r1=117206&r2=117207&view=diff
==============================================================================
--- dragonegg/trunk/llvm-backend.cpp (original)
+++ dragonegg/trunk/llvm-backend.cpp Sat Oct 23 04:13:34 2010
@@ -296,7 +296,7 @@
// SizeOfGlobalMatchesDecl - Whether the size of the given global value is the
// same as that of the given GCC declaration. Conservatively returns 'true' if
// the answer is unclear.
-static ATTRIBUTE_UNUSED // Only called from asserts.
+static LLVM_ATTRIBUTE_UNUSED // Only called from asserts.
bool SizeOfGlobalMatchesDecl(GlobalValue *GV, tree decl) {
// If the GCC declaration has no size then nothing useful can be said here.
if (!DECL_SIZE(decl))
More information about the llvm-commits
mailing list