mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
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:
parent
525a9598d6
commit
8ce5d8e3e7
@ -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