diff options
author | Devang Patel <dpatel@apple.com> | 2009-11-12 18:21:39 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-11-12 18:21:39 +0000 |
commit | 23908b8a43adefd42b3635364cfab44de1064942 (patch) | |
tree | 052dd5c17368fc61f022284cedfb96317a6a8e40 /lib/CodeGen/CodeGenModule.h | |
parent | 11169adf2114e9e1f40fb9c12b7d99cc91323bdb (diff) |
"Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for locations and types.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index cf7a9d68f3..749c8f5403 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -31,8 +31,6 @@ #include "llvm/Support/ValueHandle.h" #include <list> -#define ATTACH_DEBUG_INFO_TO_AN_INSN 1 - namespace llvm { class Module; class Constant; |