diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-01-26 07:31:20 +0000 | 
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-26 07:31:20 +0000 | 
| commit | 3975bbec587a7b536ba76d8c8a3ca3cfe61d629b (patch) | |
| tree | ee7df3b33c746800104e9e19a50eaf6692b1450d | |
| parent | 273fc663dfc6431cd7bc85b62fab3ebd50c8fb12 (diff) | |
| download | bcm5719-llvm-3975bbec587a7b536ba76d8c8a3ca3cfe61d629b.tar.gz bcm5719-llvm-3975bbec587a7b536ba76d8c8a3ca3cfe61d629b.zip  | |
LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is under Analysis.
llvm-svn: 63005
| -rw-r--r-- | llvm/include/llvm/Analysis/DebugInfo.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/DebugInfo.h b/llvm/include/llvm/Analysis/DebugInfo.h index c80a11d3b32..336d816bc14 100644 --- a/llvm/include/llvm/Analysis/DebugInfo.h +++ b/llvm/include/llvm/Analysis/DebugInfo.h @@ -12,8 +12,8 @@  //  //===----------------------------------------------------------------------===// -#ifndef LLVM_SUPPORT_DEBUGINFO_H -#define LLVM_SUPPORT_DEBUGINFO_H +#ifndef LLVM_ANALYSIS_DEBUGINFO_H +#define LLVM_ANALYSIS_DEBUGINFO_H  #include "llvm/ADT/StringMap.h"  #include "llvm/ADT/DenseMap.h"  | 

