Enable automatic GCC<->LLVM intrinsic translation for mips.

llvm-svn: 159367
This commit is contained in:
Benjamin Kramer 2012-06-28 19:09:53 +00:00
parent 07ce7d8fb5
commit ae3c300625
1 changed files with 6 additions and 1 deletions

View File

@ -62,6 +62,11 @@ const char *Triple::getArchTypePrefix(ArchType Kind) {
case mblaze: return "mblaze";
case mips:
case mipsel:
case mips64:
case mips64el:return "mips";
case hexagon: return "hexagon";
case r600: return "r600";