Drop the udis86 wrapper from llvm::sys
[oota-llvm.git] / lib / Support / Triple.cpp
index 2c2c90a99ebf6f2ee471a5887f7ca8770928e5b7..2b8b39782ccdbdfcbb1b5587a0399cb28a2f7a2d 100644 (file)
@@ -61,6 +61,8 @@ const char *Triple::getArchTypePrefix(ArchType Kind) {
   default:
     return nullptr;
 
+  case arm64:
+  case arm64_be:
   case aarch64:
   case aarch64_be:  return "aarch64";
 
@@ -69,9 +71,6 @@ const char *Triple::getArchTypePrefix(ArchType Kind) {
   case thumb:
   case thumbeb:     return "arm";
 
-  case arm64:       
-  case arm64_be:    return "arm64";
-
   case ppc64:
   case ppc64le:
   case ppc:         return "ppc";