X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FIncludeFile.cpp;h=8258d40326f9bfae733afb7bded3e0dc5186f3fb;hb=caf746aa5a836bc3401049235c6d7d41c5921502;hp=d4729176f41732d5ef15c5379d4e4b4f72204fcb;hpb=6df60a9effe4d20a48cfd9d105c0ab3c5dc3e690;p=oota-llvm.git diff --git a/lib/System/IncludeFile.cpp b/lib/System/IncludeFile.cpp index d4729176f41..8258d40326f 100644 --- a/lib/System/IncludeFile.cpp +++ b/lib/System/IncludeFile.cpp @@ -1,9 +1,9 @@ -//===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===// +//===- lib/System/IncludeFile.cpp - Ensure Linking Of Implementation -----===// // // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer 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. // //===----------------------------------------------------------------------===// // @@ -11,10 +11,10 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Support/IncludeFile.h" +#include "llvm/System/IncludeFile.h" using namespace llvm; // This constructor is used to ensure linking of other modules. See the -// llvm/Support/IncludeFile.h header for details. -IncludeFile::IncludeFile(void*) {} +// llvm/System/IncludeFile.h header for details. +IncludeFile::IncludeFile(const void*) {}