summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-29 18:19:50 +0000
committerChris Lattner <sabre@nondot.org>2010-07-29 18:19:50 +0000
commit50a357e962b5156b27062119b4a26fa5e6a2c815 (patch)
treeb3346f7308fd42bf368b82ac4f0b1fd8f3c82011
parentd67d4cc82ff01ca919eb25c09c40df421a8a39ea (diff)
downloadbcm5719-llvm-50a357e962b5156b27062119b4a26fa5e6a2c815.tar.gz
bcm5719-llvm-50a357e962b5156b27062119b4a26fa5e6a2c815.zip
Look at me, I can count!
llvm-svn: 109786
-rw-r--r--clang/lib/CodeGen/TargetInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp
index ec52b93bdf8..6ce824ba189 100644
--- a/clang/lib/CodeGen/TargetInfo.cpp
+++ b/clang/lib/CodeGen/TargetInfo.cpp
@@ -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,
OpenPOWER on IntegriCloud