aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/SubtargetFeature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MC/SubtargetFeature.cpp')
-rw-r--r--lib/MC/SubtargetFeature.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/MC/SubtargetFeature.cpp b/lib/MC/SubtargetFeature.cpp
index 7f902f1dd7..7625abd465 100644
--- a/lib/MC/SubtargetFeature.cpp
+++ b/lib/MC/SubtargetFeature.cpp
@@ -370,11 +370,5 @@ void SubtargetFeatures::getDefaultSubtargetFeatures(const Triple& Triple) {
AddFeature("64bit");
AddFeature("altivec");
}
-// @LOCALMOD-BEGIN
- } else if (Triple.getArch() == Triple::arm &&
- Triple.getOS() == Triple::NativeClient) {
- AddFeature("-neon");
- AddFeature("+vfp2");
-// @LOCALMOD-END
}
}