diff options
| author | Chris Lattner <sabre@nondot.org> | 2012-01-26 20:44:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2012-01-26 20:44:57 +0000 |
| commit | 88fce10928d96bc5373c2f01ad597208fb436574 (patch) | |
| tree | 88e7d0025b210078196202cfc1b15a5dcbb0ed9f /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | a474bb265b8bb3a43f6ddbcfac83f67c7923ddd1 (diff) | |
| download | bcm5719-llvm-88fce10928d96bc5373c2f01ad597208fb436574.tar.gz bcm5719-llvm-88fce10928d96bc5373c2f01ad597208fb436574.zip | |
tidy up forward declarations.
llvm-svn: 149078
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 16e91375e1d..bdb462ebc0e 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; |

