aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-11-13 02:27:33 +0000
committerDevang Patel <dpatel@apple.com>2009-11-13 02:27:33 +0000
commit3ddf70442f0653bf082bfffc03a03745f76b15e2 (patch)
tree5b7c358840a20649c624a5245df14feb22bbe35c /include/llvm
parent3fb6bd690a5919ec78777508e184e3538b6d51b0 (diff)
downloadexternal_llvm-3ddf70442f0653bf082bfffc03a03745f76b15e2.zip
external_llvm-3ddf70442f0653bf082bfffc03a03745f76b15e2.tar.gz
external_llvm-3ddf70442f0653bf082bfffc03a03745f76b15e2.tar.bz2
Revert r87059 for now. It is failing clang tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Analysis/DebugInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index f741416..b10a545 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -467,6 +467,7 @@ namespace llvm {
LLVMContext& VMContext;
// Cached values for uniquing and faster lookups.
+ const Type *EmptyStructPtr; // "{}*".
Function *StopPointFn; // llvm.dbg.stoppoint
Function *FuncStartFn; // llvm.dbg.func.start
Function *RegionStartFn; // llvm.dbg.region.start