Shut GCC 4.0 up about classes that have virtual functions but a non-virtual
authorReid Spencer <rspencer@reidspencer.com>
Mon, 25 Apr 2005 02:55:55 +0000 (02:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 25 Apr 2005 02:55:55 +0000 (02:55 +0000)
commita1aad3b0eda2a516f663cb5f9f8c4c9bbb6ef224
treee2e56166bd69455b8dfdf633ed259bc488b7a3ec
parentbb3d5d246b10da27858837285fba012f0c14671f
Shut GCC 4.0 up about classes that have virtual functions but a non-virtual
destructor. Just add the do-nothing virtual destructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21524 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetFrameInfo.h
lib/Target/TargetFrameInfo.cpp