X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FDebug.h;h=472364ba2fa92ed2ea49f1c2546913172fa08033;hb=72a8e6f58cc7fd666f74a03c42cab616ddac7402;hp=f0a1b3dc5bdf6febda97ca421c13e075a0e9b2ea;hpb=7d0276624726ddea3245bb7d88c47db59278bf14;p=oota-llvm.git diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h index f0a1b3dc5bd..472364ba2fa 100644 --- a/include/llvm/Support/Debug.h +++ b/include/llvm/Support/Debug.h @@ -1,10 +1,10 @@ -//===- Debug.h - An easy way to add debug output to your code ---*- C++ -*-===// -// +//===- llvm/Support/Debug.h - Easy way to add debug output ------*- C++ -*-===// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file implements a handle way of adding debugging information to your @@ -23,11 +23,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SUPPORT_DEBUG_H -#define SUPPORT_DEBUG_H - -// Unsurprisingly, most users of this macro use std::cerr too. -#include +#ifndef LLVM_SUPPORT_DEBUG_H +#define LLVM_SUPPORT_DEBUG_H namespace llvm {