Fix a typo!

llvm-svn: 134952
This commit is contained in:
Bruno Cardoso Lopes 2011-07-12 02:47:38 +00:00
parent 75541d00e0
commit 37b7fd0ab2
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase,
// split.
if (OffsetBase && OffsetBase != 64)
Hi = Lo;
} else if (Size == 128 | Size == 256) {
} else if (Size == 128 || Size == 256) {
// Arguments of 256-bits are split into four eightbyte chunks. The
// least significant one belongs to class SSE and all the others to class
// SSEUP. The original Lo and Hi design considers that types can't be