diff options
author | Eli Bendersky <eliben@chromium.org> | 2012-11-20 10:47:57 -0800 |
---|---|---|
committer | Eli Bendersky <eliben@chromium.org> | 2012-11-20 10:47:57 -0800 |
commit | 6a55c851fc54577dda8e4c01c819e074cb90dcb4 (patch) | |
tree | 160f5110d79765ce2b5a47ef410d225bc58956c0 /lib/MC/SubtargetFeature.cpp | |
parent | d57f66442a031e23ea10559c85a0b20bb4159254 (diff) |
Remove LOCALMOD that's no longer required.
Our validator can now handle NEON instructions
BUG=2751
Review URL: https://codereview.chromium.org/11416110
Diffstat (limited to 'lib/MC/SubtargetFeature.cpp')
-rw-r--r-- | lib/MC/SubtargetFeature.cpp | 6 |
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 } } |