commit | e285a74f7cf9dd3ccf4fe758576cf83301f8a43e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Aug 14 21:51:29 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Aug 14 21:51:29 2008 +0000 |
tree | e32198df2a137da555e70e8c9ff06509418595da | |
parent | 1df183f554eb742e874ebc14af60694540e5d0f8 [diff] [blame] |
Make FastISel's constructor protected, and give it a destructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54793 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index 6fe941f..f4d4539 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -45,6 +45,8 @@ return I; } +FastISel::~FastISel() {} + unsigned FastISel::FastEmit_(MVT::SimpleValueType, ISD::NodeType) { return 0; }