Last in the series of removing unnecessary '0' arguments for
authorEric Christopher <echristo@gmail.com>
Wed, 9 Jan 2013 03:52:05 +0000 (03:52 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 9 Jan 2013 03:52:05 +0000 (03:52 +0000)
commit1ced208be9cab0f994c5df9000da36bc313b2507
tree2f1dd248790fe45dc483378bb4fc15a87a6d0a5a
parent47579cf390c42e0577519e0a2b6044baece9df00
Last in the series of removing unnecessary '0' arguments for
address space. Reordered the EmitULEB128IntValue arguments to
make this easier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171949 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCStreamer.cpp
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/XCore/XCoreAsmPrinter.cpp