Trailing whitespace and 80 column fixups.

llvm-svn: 122026
This commit is contained in:
Jim Grosbach 2010-12-17 02:10:59 +00:00
parent d2867f13a0
commit f638b26f17
1 changed files with 15 additions and 14 deletions

View File

@ -225,7 +225,8 @@ const char *Triple::getArchNameForAssembler() {
return "arm";
if (Str == "armv4t" || Str == "thumbv4t")
return "armv4t";
if (Str == "armv5" || Str == "armv5e" || Str == "thumbv5" || Str == "thumbv5e")
if (Str == "armv5" || Str == "armv5e" || Str == "thumbv5"
|| Str == "thumbv5e")
return "armv5";
if (Str == "armv6" || Str == "thumbv6")
return "armv6";