summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-17 18:22:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-17 18:22:14 +0000
commit7e399c14abb27f9d1291442ee7f9251fa827f2e9 (patch)
tree66282df1452155f84311ce7c99ebff34da717e85 /lib/CodeGen/SelectionDAG
parent6c43f35d740ccd1d746be90d98ee11f8829fe543 (diff)
downloadllvm-7e399c14abb27f9d1291442ee7f9251fa827f2e9.tar.gz
llvm-7e399c14abb27f9d1291442ee7f9251fa827f2e9.tar.bz2
llvm-7e399c14abb27f9d1291442ee7f9251fa827f2e9.tar.xz
Another typo. Pointed out by Nate Begeman.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG')
-rw-r--r--lib/CodeGen/SelectionDAG/TargetLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index de73b72543..15a60aafa8 100644
--- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -144,7 +144,7 @@ const char *TargetLowering::getTargetNodeName(unsigned Opcode) const {
}
/// getPackedTypeBreakdown - Packed types are broken down into some number of
-/// legal first class types. For example, <8 x float> maps to 2 MVT::v2f32
+/// legal first class types. For example, <8 x float> maps to 2 MVT::v4f32
/// with Altivec or SSE1, or 8 promoted MVT::f64 values with the X86 FP stack.
///
/// This method returns the number and type of the resultant breakdown.