| Index: src/IceInst.h
|
| diff --git a/src/IceInst.h b/src/IceInst.h
|
| index 71da0b3d19f13dce0801b15fe126e07dcad37349..98fd3a666180a10b756180d8329bd134f44ec59a 100644
|
| --- a/src/IceInst.h
|
| +++ b/src/IceInst.h
|
| @@ -841,8 +841,8 @@ protected:
|
| // Override the default ilist traits so that Inst's private ctor and
|
| // deleted dtor aren't invoked.
|
| template <>
|
| -struct llvm::ilist_traits<Ice::Inst> : public llvm::ilist_default_traits<
|
| - Ice::Inst> {
|
| +struct llvm::ilist_traits<Ice::Inst>
|
| + : public llvm::ilist_default_traits<Ice::Inst> {
|
| Ice::Inst *createSentinel() const {
|
| return static_cast<Ice::Inst *>(&Sentinel);
|
| }
|
|
|