mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
remove a dead switch directive, replace it with some
code that I will be using shortly. llvm-svn: 77983
This commit is contained in:
parent
4679285140
commit
e6cb9d1888
@ -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