1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Mark this inline properly

llvm-svn: 233870
This commit is contained in:
Daniel Berlin 2015-04-02 00:03:15 +00:00
parent bb6f3adec8
commit 88d447a8c9

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>,