diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-10-27 05:44:23 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-10-27 05:44:23 +0000 |
commit | 4c3480169ba413a86463a3ca8791f23816a8acc2 (patch) | |
tree | efb17ab51cba0a199c83361d1ce0a70fb18cc2e9 /include/llvm | |
parent | 7853b38fd009a4b968c8dce983e226f99eedc77a (diff) | |
download | external_llvm-4c3480169ba413a86463a3ca8791f23816a8acc2.zip external_llvm-4c3480169ba413a86463a3ca8791f23816a8acc2.tar.gz external_llvm-4c3480169ba413a86463a3ca8791f23816a8acc2.tar.bz2 |
Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Target/MRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h index c3cc768..340c811 100644 --- a/include/llvm/Target/MRegisterInfo.h +++ b/include/llvm/Target/MRegisterInfo.h @@ -124,7 +124,7 @@ protected: MRegisterInfo(const MRegisterDesc *D, unsigned NR, regclass_iterator RegClassBegin, regclass_iterator RegClassEnd, int CallFrameSetupOpcode = -1, int CallFrameDestroyOpcode = -1); - virtual ~MRegisterInfo(); + virtual ~MRegisterInfo() {} public: enum { // Define some target independent constants |