We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529eec3 commit edce501Copy full SHA for edce501
include/swift/SIL/SILBasicBlock.h
@@ -317,8 +317,9 @@ namespace llvm {
317
//===----------------------------------------------------------------------===//
318
319
template <>
320
-struct ilist_traits<::swift::SILBasicBlock> :
321
-public ilist_default_traits<::swift::SILBasicBlock> {
+struct ilist_traits<::swift::SILBasicBlock>
+ : ilist_default_traits<::swift::SILBasicBlock> {
322
+
323
using SelfTy = ilist_traits<::swift::SILBasicBlock>;
324
using SILBasicBlock = ::swift::SILBasicBlock;
325
using SILFunction = ::swift::SILFunction;
0 commit comments