X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FTriple.cpp;h=2b8b39782ccdbdfcbb1b5587a0399cb28a2f7a2d;hb=3cf9f3731222d5c86173c83b6dec9783f40b305c;hp=2c2c90a99ebf6f2ee471a5887f7ca8770928e5b7;hpb=41a6ddb2776260ce87159e88c9b01dc2c1061a45;p=oota-llvm.git diff --git a/lib/Support/Triple.cpp b/lib/Support/Triple.cpp index 2c2c90a99eb..2b8b39782cc 100644 --- a/lib/Support/Triple.cpp +++ b/lib/Support/Triple.cpp @@ -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";