diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-16 12:57:36 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-16 12:57:36 +0000 |
| commit | 0641bd7399c8c3269779b0ba2de47d02524725ba (patch) | |
| tree | 22694fbde95accab9cd355ab1ee5516bbab5266f /lib/CodeGen | |
| parent | ac3fab4765e07a1fe24bc56271cc5f0f7b51c282 (diff) | |
Declare class DwarfDebug before use instead of relying on a forward declaration
from some other unrelated header.
Patch by Kai.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170284 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 738f117ad0..63a3214c17 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -41,6 +41,7 @@ class DIEAbbrev; class DIE; class DIEBlock; class DIEEntry; +class DwarfDebug; //===----------------------------------------------------------------------===// /// \brief This class is used to record source line correspondence. |
