X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FIncludeFile.cpp;h=e67acb3d1d671434c57741f7697bcb338a0a3d3c;hb=7172b38af7ed5d1c1e2c97fadfb0ae0c19aff816;hp=d4729176f41732d5ef15c5379d4e4b4f72204fcb;hpb=6df60a9effe4d20a48cfd9d105c0ab3c5dc3e690;p=oota-llvm.git diff --git a/lib/Support/IncludeFile.cpp b/lib/Support/IncludeFile.cpp index d4729176f41..e67acb3d1d6 100644 --- a/lib/Support/IncludeFile.cpp +++ b/lib/Support/IncludeFile.cpp @@ -2,8 +2,8 @@ // // 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. // //===----------------------------------------------------------------------===// // @@ -16,5 +16,5 @@ 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/Support/IncludeFile.h header for details. +IncludeFile::IncludeFile(const void*) {}