diff options
author | Devang Patel <dpatel@apple.com> | 2010-05-14 21:01:35 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-05-14 21:01:35 +0000 |
commit | e0a94bfe9f36f5dc79a18e33fd03963fa4024158 (patch) | |
tree | c2c4a09356ac88d7f209a0bb36dd6a7dc0b6b6ac /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 670492c8ee01e8ed4ac03f418e982004873383eb (diff) | |
download | bcm5719-llvm-e0a94bfe9f36f5dc79a18e33fd03963fa4024158.tar.gz bcm5719-llvm-e0a94bfe9f36f5dc79a18e33fd03963fa4024158.zip |
Add support to preserve type info for the variables that are removed by the optimizer.
llvm-svn: 103798
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 56282a38148..48a52623c39 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -545,7 +545,7 @@ private: bool extractScopeInformation(); /// collectVariableInfo - Populate DbgScope entries with variables' info. - void collectVariableInfo(); + void collectVariableInfo(const MachineFunction *); public: //===--------------------------------------------------------------------===// |