X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FDwarf.cpp;h=f3f183436ec9ff67a9441b8f1815a14d332c32ee;hb=84701836bfb1889e2e26e361ebd5d29d972ab396;hp=572ba197fa1694b0a27b06a9de82ee79903b2d5c;hpb=6f397bf4c8f19691bde016e5e6fbeddf8cd7f363;p=oota-llvm.git diff --git a/lib/Support/Dwarf.cpp b/lib/Support/Dwarf.cpp index 572ba197fa1..f3f183436ec 100644 --- a/lib/Support/Dwarf.cpp +++ b/lib/Support/Dwarf.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by James M. Laskey 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. // //===----------------------------------------------------------------------===// // @@ -12,7 +12,6 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/Dwarf.h" -#include "llvm/System/IncludeFile.h" #include @@ -582,5 +581,3 @@ const char *CallFrameString(unsigned Encoding) { } // End of namespace dwarf. } // End of namespace llvm. - -DEFINING_FILE_FOR(SupportDwarf)