commit | 88fce10928d96bc5373c2f01ad597208fb436574 | [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 | 88e7d0025b210078196202cfc1b15a5dcbb0ed9f | |
parent | a474bb265b8bb3a43f6ddbcfac83f67c7923ddd1 [diff] |
tidy up forward declarations. llvm-svn: 149078
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 16e9137..bdb462e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -31,6 +31,8 @@ namespace llvm { class CompileUnit; +class ConstantInt; +class ConstantFP; class DbgVariable; class MachineFrameInfo; class MachineModuleInfo;