Cleanup handling of .zerofill on darwin:
[oota-llvm.git] / lib / Target / TargetMachOWriterInfo.cpp
index 3cf297499c5020068cbb13140a8187a020a3e6ad..d608119817d632acbdecd1cdf73d0d856e2db59a 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Bill Wendling and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -15,6 +15,8 @@
 #include "llvm/CodeGen/MachineRelocation.h"
 using namespace llvm;
 
+TargetMachOWriterInfo::~TargetMachOWriterInfo() {}
+
 MachineRelocation
 TargetMachOWriterInfo::GetJTRelocation(unsigned Offset,
                                        MachineBasicBlock *MBB) const {