OSDN Git Service

give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 22:42:28 +0000 (22:42 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 22:42:28 +0000 (22:42 +0000)
commitc7b8814bb4f2e6052060d6118d3bc3b66f5c5b0b
tree8ea6af8d6d1776b8e40c0feed7d63c85f182ae57
parent67847538148ed956aaa14a07a77902fb991445f2
give MCAsmInfo a 'has little endian' bit.  This is unfortunate, but
I really want clients of the streamer to be able to say "emit this
64-bit integer" and have it get broken down right by the streamer.

I may change this in the future, we'll see how it works out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93934 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoCOFF.h
include/llvm/MC/MCAsmInfoDarwin.h
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoCOFF.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/Target/ARM/ARMMCAsmInfo.cpp
lib/Target/Alpha/AlphaMCAsmInfo.cpp
lib/Target/Blackfin/BlackfinMCAsmInfo.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/CellSPU/SPUMCAsmInfo.cpp
lib/Target/MSP430/MSP430MCAsmInfo.cpp
lib/Target/Mips/MipsMCAsmInfo.cpp
lib/Target/Mips/MipsMCAsmInfo.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/PIC16/PIC16MCAsmInfo.cpp
lib/Target/PowerPC/PPCMCAsmInfo.cpp
lib/Target/Sparc/SparcMCAsmInfo.cpp
lib/Target/SystemZ/SystemZMCAsmInfo.cpp
lib/Target/X86/X86MCAsmInfo.cpp
lib/Target/XCore/XCoreMCAsmInfo.cpp