Add comment for SelectionDAGBuilder::SL field.
authorJames Y Knight <jyknight@google.com>
Tue, 12 May 2020 04:22:54 +0000 (00:22 -0400)
committerJames Y Knight <jyknight@google.com>
Tue, 12 May 2020 14:46:08 +0000 (10:46 -0400)
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

index fa6a6ba..0924939 100644 (file)
@@ -406,6 +406,8 @@ public:
     SelectionDAGBuilder *SDB;
   };
 
+  // Data related to deferred switch lowerings. Used to construct additional
+  // Basic Blocks in SelectionDAGISel::FinishBasicBlock.
   std::unique_ptr<SDAGSwitchLowering> SL;
 
   /// A StackProtectorDescriptor structure used to communicate stack protector