From 6a55c851fc54577dda8e4c01c819e074cb90dcb4 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 20 Nov 2012 10:47:57 -0800 Subject: Remove LOCALMOD that's no longer required. Our validator can now handle NEON instructions BUG=2751 Review URL: https://codereview.chromium.org/11416110 --- lib/MC/SubtargetFeature.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/MC/SubtargetFeature.cpp') 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 } } -- cgit v1.2.3-18-g5258