aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInfo.cpp
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
commitcba8d310163f84630fd140fbfa9b6fdad9d26587 (patch)
treedb4f872eb08a4cbad2b30ae501561b65ee288976 /lib/CodeGen/TargetInfo.cpp
parentafbf3127cbdebc7d3d8711c51b1d013afa57e849 (diff)
Look at me, I can count!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetInfo.cpp')
-rw-r--r--lib/CodeGen/TargetInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp
index ec52b93bdf..6ce824ba18 100644
--- a/lib/CodeGen/TargetInfo.cpp
+++ b/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,