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