mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
remove a dead switch directive, replace it with some
code that I will be using shortly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e7a85c075
commit
9a7a4d2a60
@ -899,7 +899,8 @@ bool X86ATTAsmPrinter::doFinalization(Module &M) {
|
||||
}
|
||||
|
||||
if (Subtarget->isTargetDarwin()) {
|
||||
SwitchToDataSection("");
|
||||
//TargetLoweringObjectFileMachO &TLOFMacho =
|
||||
// static_cast<TargetLoweringObjectFileMachO &>(getObjFileLowering());
|
||||
|
||||
// Add the (possibly multiple) personalities to the set of global value
|
||||
// stubs. Only referenced functions get into the Personalities list.
|
||||
|
Loading…
x
Reference in New Issue
Block a user