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 45ad80f commit 3c848b4Copy full SHA for 3c848b4
llvm/include/llvm/CodeGen/MachineDominators.h
@@ -32,12 +32,6 @@ class MachineFunction;
32
class Module;
33
class raw_ostream;
34
35
-template <>
36
-inline void DominatorTreeBase<MachineBasicBlock, false>::addRoot(
37
- MachineBasicBlock *MBB) {
38
- this->Roots.push_back(MBB);
39
-}
40
-
41
extern template class DomTreeNodeBase<MachineBasicBlock>;
42
extern template class DominatorTreeBase<MachineBasicBlock, false>; // DomTree
43
0 commit comments