ARM: add backend support for the ABI used in WatchOS
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCTargetDesc.cpp
index 097b683493ce67f94e5f674a6072f3432d4eb25c..d016ad8d0797399bd9881e0d32395b19643cb340 100644 (file)
@@ -196,7 +196,8 @@ std::string ARM_MC::ParseARMTriple(const Triple &TT, StringRef CPU) {
     else
       // Use CPU to figure out the exact features.
       ARMArchFeature = "+v7";
-    break;  case Triple::ARMSubArch_v7:
+    break;
+  case Triple::ARMSubArch_v7:
     // v7 CPUs have lots of different feature sets. If no CPU is specified,
     // then assume v7a (e.g. cortex-a8) feature set. Otherwise, return
     // the "minimum" feature set and use CPU string to figure out the exact