Move methods out-of-line.
authorBill Wendling <isanbard@gmail.com>
Fri, 5 Oct 2012 06:44:41 +0000 (06:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 5 Oct 2012 06:44:41 +0000 (06:44 +0000)
commite66f3d3ba0ea9f82f65a29c47fc37e997cbf0ace
treeb109e45bc63e30c6518f20349d72fedaea886d04
parent1fddc9d916c752564cea1af78fc01f78ad709d3a
Move methods out-of-line.

The internal representation of the Attributes class will be opaque. All of the
query methods will need to query the opaque class. Therefore, these methods need
to be out-of-line.
No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165305 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/VMCore/Attributes.cpp