Rip out the 'is temporary' nonsense from the MCContext interface to
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 18:10:53 +0000 (18:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 18:10:53 +0000 (18:10 +0000)
commit9b97a73dedf736e14b04a3d1a153f10d25b2507b
tree7aad15dcf86faefa985deecc4624432ca06f91a9
parent87bd1916024497ceaf3cdc050e743a532813e82b
Rip out the 'is temporary' nonsense from the MCContext interface to
create symbols.  It is extremely error prone and a source of a lot
of the remaining integrated assembler bugs on x86-64.

This fixes rdar://7807601.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99902 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/MC/MCContext.h
include/llvm/MC/MCExpr.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/MC/MCContext.cpp
lib/MC/MCExpr.cpp
lib/MC/MCParser/AsmParser.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp
lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp
lib/Target/Mangler.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp
lib/Target/X86/X86ISelLowering.cpp