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)
commite753b17efefd564e62a4c845b960b8b6d61eeeba
tree69e41a55087ba8019e3b7cbc314d8f490acf78ec
parentf0d37a472f8ceba2dffae218dbbe6c507cb19cb0
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
so it matches the one used by ByteStreamer::Emit(U|S)LEB128.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231823 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp