aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-29 08:32:07 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-29 08:32:07 +0000
commit16eeb6f5ebc978b03745177b9ac82684ab1c6932 (patch)
tree9ff2f80e3dd322d424a706d7d83950446da85d78 /include
parent3e4b3b9043b1ced24e07d8d1174feeee06c6912e (diff)
downloadexternal_llvm-16eeb6f5ebc978b03745177b9ac82684ab1c6932.zip
external_llvm-16eeb6f5ebc978b03745177b9ac82684ab1c6932.tar.gz
external_llvm-16eeb6f5ebc978b03745177b9ac82684ab1c6932.tar.bz2
The DIBuilder class is just a wrapper around debug info creation
(a.k.a. MDNodes). The module doesn't belong in Analysis. Move it to the VMCore instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/DIBuilder.h (renamed from include/llvm/Analysis/DIBuilder.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DIBuilder.h b/include/llvm/DIBuilder.h
index 35fd0d0..596eb06 100644
--- a/include/llvm/Analysis/DIBuilder.h
+++ b/include/llvm/DIBuilder.h
@@ -1,4 +1,4 @@
-//===--- llvm/Analysis/DIBuilder.h - Debug Information Builder --*- C++ -*-===//
+//===--- llvm/DIBuilder.h - Debug Information Builder -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//