Remove the ABI from the target features. It's obsoleted by

the -target-abi use and those features don't exist anymore.

llvm-svn: 229526
This commit is contained in:
Eric Christopher 2015-02-17 19:51:15 +00:00
parent 3c56f47f68
commit 718f6f53bc
1 changed files with 0 additions and 3 deletions

View File

@ -1161,9 +1161,6 @@ void PPCTargetInfo::getDefaultFeatures(llvm::StringMap<bool> &Features) const {
.Default(false);
Features["qpx"] = (CPU == "a2q");
if (!ABI.empty())
Features[ABI] = true;
}
bool PPCTargetInfo::hasFeature(StringRef Feature) const {