diff options
Diffstat (limited to 'lib/Target/TargetFrameInfo.cpp')
-rw-r--r-- | lib/Target/TargetFrameInfo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/TargetFrameInfo.cpp b/lib/Target/TargetFrameInfo.cpp index 7255b3254f..f54e042df9 100644 --- a/lib/Target/TargetFrameInfo.cpp +++ b/lib/Target/TargetFrameInfo.cpp @@ -16,6 +16,10 @@ using namespace llvm; +TargetFrameInfo::~TargetFrameInfo() +{ +} + //===--------------------------------------------------------------------===// // These methods provide details of the stack frame used by Sparc, thus they // are Sparc specific. |