X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FTargetMachOWriterInfo.cpp;h=d608119817d632acbdecd1cdf73d0d856e2db59a;hb=e6be34a53ecbe8c2ff9f0793b13d847e94c0de91;hp=3cf297499c5020068cbb13140a8187a020a3e6ad;hpb=841056a2ad6fce7786378a27aced46e37122259f;p=oota-llvm.git diff --git a/lib/Target/TargetMachOWriterInfo.cpp b/lib/Target/TargetMachOWriterInfo.cpp index 3cf297499c5..d608119817d 100644 --- a/lib/Target/TargetMachOWriterInfo.cpp +++ b/lib/Target/TargetMachOWriterInfo.cpp @@ -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 {