aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2012-01-26 20:44:57 +0000
committerChris Lattner <sabre@nondot.org>2012-01-26 20:44:57 +0000
commit5b676ce7932cf60d4fd6d101323d8d54b8395804 (patch)
tree992c4ab26599f5c2e1bf2d288a2327be8b8ac7c6 /lib/CodeGen
parenta7c698823e4ffa4589bde1ff6de60b6af0cdba5a (diff)
downloadexternal_llvm-5b676ce7932cf60d4fd6d101323d8d54b8395804.zip
external_llvm-5b676ce7932cf60d4fd6d101323d8d54b8395804.tar.gz
external_llvm-5b676ce7932cf60d4fd6d101323d8d54b8395804.tar.bz2
tidy up forward declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 2 insertions, 0 deletions
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;