x86_64 ABI: Fix thinko in prev commit, 64-bit vectors should have SSE

class, not integer.

llvm-svn: 63426
This commit is contained in:
Daniel Dunbar 2009-01-30 21:50:20 +00:00
parent d51e3ff540
commit c35dca92f5
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ void X86_64ABIInfo::classify(QualType Ty,
return;
}
Lo = Integer;
Lo = SSE;
// If this type crosses an eightbyte boundary, it should be
// split.