Mark this inline properly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233870 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Berlin 2015-04-02 00:03:15 +00:00
parent 525a9598d6
commit 8ce5d8e3e7

View File

@ -512,7 +512,7 @@ protected:
};
Instruction *ilist_traits<Instruction>::createSentinel() const {
inline Instruction *ilist_traits<Instruction>::createSentinel() const {
// Since i(p)lists always publicly derive from their corresponding traits,
// placing a data member in this class will augment the i(p)list. But since
// the NodeTy is expected to be publicly derive from ilist_node<NodeTy>,