commit | 5b676ce7932cf60d4fd6d101323d8d54b8395804 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jan 26 20:44:57 2012 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jan 26 20:44:57 2012 +0000 |
tree | 992c4ab26599f5c2e1bf2d288a2327be8b8ac7c6 | |
parent | a7c698823e4ffa4589bde1ff6de60b6af0cdba5a [diff] [blame] |
tidy up forward declarations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149078 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 16e9137..bdb462e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -31,6 +31,8 @@ namespace llvm { class CompileUnit; +class ConstantInt; +class ConstantFP; class DbgVariable; class MachineFrameInfo; class MachineModuleInfo;