Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
authorAdrian Prantl <aprantl@apple.com>
Tue, 10 Mar 2015 19:23:37 +0000 (19:23 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 10 Mar 2015 19:23:37 +0000 (19:23 +0000)
commit51233680ae3c02dba263e014d83fa14740042187
treeeada41bca4abd8a29c40dcb6ddd96d0f55e8b680
parent414c0964c3127b24567fdde5e9eb566660d567e2
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
so it matches the one used by ByteStreamer::Emit(U|S)LEB128.

llvm-svn: 231823
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp