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.
SelectionDAGISel
1 parent d2cdc8a commit f63b1d2Copy full SHA for f63b1d2
llvm/include/llvm/CodeGen/SelectionDAGISel.h
@@ -78,7 +78,7 @@ class SelectionDAGISel {
78
79
explicit SelectionDAGISel(TargetMachine &tm,
80
CodeGenOptLevel OL = CodeGenOptLevel::Default);
81
- ~SelectionDAGISel();
+ virtual ~SelectionDAGISel();
82
83
const TargetLowering *getTargetLowering() const { return TLI; }
84
0 commit comments