diff options
author | Devang Patel <dpatel@apple.com> | 2011-06-24 20:46:11 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-06-24 20:46:11 +0000 |
commit | f071d72c44d654c6fadbca1d095240e7eb86d700 (patch) | |
tree | 4da0b251166c93a31829099eb96ef959a2f05806 /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
parent | e862d59eee138bdd49965dfe64fc6b4ec8360f26 (diff) | |
download | bcm5719-llvm-f071d72c44d654c6fadbca1d095240e7eb86d700.tar.gz bcm5719-llvm-f071d72c44d654c6fadbca1d095240e7eb86d700.zip |
Handle debug info for i128 constants.
llvm-svn: 133821
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 60a9b2872b4..213c7fc630d 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -181,7 +181,7 @@ public: /// addConstantValue - Add constant value entry in variable DIE. bool addConstantValue(DIE *Die, const MachineOperand &MO, DIType Ty); - bool addConstantValue(DIE *Die, ConstantInt *CI, bool Unsigned); + bool addConstantValue(DIE *Die, const ConstantInt *CI, bool Unsigned); /// addConstantFPValue - Add constant value entry in variable DIE. bool addConstantFPValue(DIE *Die, const MachineOperand &MO); |