[SystemZ] Support transactional execution on zEC12
[oota-llvm.git] / lib / Support / Triple.cpp
index d4b150a6cb18fc1c70412e595b1f17154cdbcb98..38f079c84681226c6ca014b974f223284c810a0d 100644 (file)
@@ -92,7 +92,7 @@ const char *Triple::getArchTypePrefix(ArchType Kind) {
   case sparcv9:
   case sparc:       return "sparc";
 
-  case systemz:     return "systemz";
+  case systemz:     return "s390";
 
   case x86:
   case x86_64:      return "x86";