Look at me, I can count!

llvm-svn: 109786
This commit is contained in:
Chris Lattner 2010-07-29 18:19:50 +00:00
parent d67d4cc82f
commit 50a357e962
1 changed files with 1 additions and 1 deletions

View File

@ -1303,7 +1303,7 @@ static bool BitsContainNoUserData(QualType Ty, unsigned StartBit,
const llvm::Type *X86_64ABIInfo::
GetSSETypeAtOffset(const llvm::Type *IRType, unsigned IROffset,
QualType SourceTy, unsigned SourceOffset) const {
// The only two choices we have are either double, <2 x float>, or float. We
// The only three choices we have are either double, <2 x float>, or float. We
// pass as float if the last 4 bytes is just padding. This happens for
// structs that contain 3 floats.
if (BitsContainNoUserData(SourceTy, SourceOffset*8+32,