[AArch64] Remove NEON from "generic" CPU target.
authorAmara Emerson <amara.emerson@arm.com>
Wed, 6 Nov 2013 16:19:08 +0000 (16:19 +0000)
committerAmara Emerson <amara.emerson@arm.com>
Wed, 6 Nov 2013 16:19:08 +0000 (16:19 +0000)
We can change this back when NEON support is complete and ready to become
enabled by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194152 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64.td

index 083064b7118ea720178fc7660942772c02f519fd..9c2c69a65935fa9840d69ef57dfaf01dd45379a6 100644 (file)
@@ -36,8 +36,7 @@ def FeatureCrypto : SubtargetFeature<"crypto", "HasCrypto", "true",
 
 include "AArch64Schedule.td"
 
-def : Processor<"generic", GenericItineraries,
-                [FeatureFPARMv8, FeatureNEON, FeatureCrypto]>;
+def : Processor<"generic", GenericItineraries, [FeatureFPARMv8]>;
 
 //===----------------------------------------------------------------------===//
 // Register File Description