Generalize mcasmstreamer data emission APIs to take an address space
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 19:46:13 +0000 (19:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 19:46:13 +0000 (19:46 +0000)
commitaaec205b87637cd0d59d4f11630db603686eb73d
tree3477123f6be0b88f69af8c407e70fce29119d671
parent590d16be6f335da07c66f3c92693d0e8a2f40069
Generalize mcasmstreamer data emission APIs to take an address space
identifier.  There is no way to work around it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93896 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCStreamer.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
tools/llvm-mc/AsmParser.cpp