forked from OSchip/llvm-project
Add comment for SelectionDAGBuilder::SL field.
This commit is contained in:
parent
774acdfb8c
commit
e9536795a3
|
@ -406,6 +406,8 @@ public:
|
||||||
SelectionDAGBuilder *SDB;
|
SelectionDAGBuilder *SDB;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Data related to deferred switch lowerings. Used to construct additional
|
||||||
|
// Basic Blocks in SelectionDAGISel::FinishBasicBlock.
|
||||||
std::unique_ptr<SDAGSwitchLowering> SL;
|
std::unique_ptr<SDAGSwitchLowering> SL;
|
||||||
|
|
||||||
/// A StackProtectorDescriptor structure used to communicate stack protector
|
/// A StackProtectorDescriptor structure used to communicate stack protector
|
||||||
|
|
Loading…
Reference in New Issue