commit | 5d90d627010e1ed2d3622bf74b3820e6d610de48 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Oct 06 18:36:08 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Oct 06 18:36:08 2009 +0000 |
tree | 1df5af9732fb0517c28922f468327c73a3ab112a | |
parent | 273cdf096ca3c2dfd9027eb38a6a259ec1c4ce64 [diff] [blame] |
Add support to attach debug info to an instruction. This is not yet enabled. llvm-svn: 83399
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index ff8ec05..0a617b9 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -148,4 +148,5 @@ } // namespace CodeGen } // namespace clang + #endif