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:
parent
bb6f3adec8
commit
88d447a8c9
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user