mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Remove some dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78219 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -103,15 +103,6 @@ PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &FS,
|
||||
else
|
||||
DarwinVers = 8; // Minimum supported darwin is Tiger.
|
||||
}
|
||||
} else if (TT.empty()) {
|
||||
// Try to autosense the subtarget from the host compiler.
|
||||
#if defined(__APPLE__)
|
||||
#if __APPLE_CC__ > 5400
|
||||
DarwinVers = 9; // GCC 5400+ is Leopard.
|
||||
#else
|
||||
DarwinVers = 8; // Minimum supported darwin is Tiger.
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
// Set up darwin-specific properties.
|
||||
|
Reference in New Issue
Block a user