mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 01:41:37 +00:00
Nuke dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31327 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22aaf1d61c
commit
63af319c4b
@ -110,7 +110,6 @@ void X86SharedAsmPrinter::decorateName(std::string &Name,
|
|||||||
/// doInitialization
|
/// doInitialization
|
||||||
bool X86SharedAsmPrinter::doInitialization(Module &M) {
|
bool X86SharedAsmPrinter::doInitialization(Module &M) {
|
||||||
if (Subtarget->isTargetDarwin()) {
|
if (Subtarget->isTargetDarwin()) {
|
||||||
const X86Subtarget *Subtarget = &TM.getSubtarget<X86Subtarget>();
|
|
||||||
if (!Subtarget->is64Bit())
|
if (!Subtarget->is64Bit())
|
||||||
X86PICStyle = PICStyle::Stub;
|
X86PICStyle = PICStyle::Stub;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user