diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-05-17 18:22:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-05-17 18:22:14 +0000 |
commit | 19aaaca29323aef7143287e779d9aaaf8544c311 (patch) | |
tree | ae9187f3e1d5ba18b1f818ac6ee99bbd03ecb2d6 /llvm/lib/Target/TargetLowering.cpp | |
parent | 751cd7653db7350807da48de9c5ebb03d33f86b8 (diff) | |
download | bcm5719-llvm-19aaaca29323aef7143287e779d9aaaf8544c311.tar.gz bcm5719-llvm-19aaaca29323aef7143287e779d9aaaf8544c311.zip |
Another typo. Pointed out by Nate Begeman.
llvm-svn: 28353
Diffstat (limited to 'llvm/lib/Target/TargetLowering.cpp')
-rw-r--r-- | llvm/lib/Target/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp index de73b725436..15a60aafa8a 100644 --- a/llvm/lib/Target/TargetLowering.cpp +++ b/llvm/lib/Target/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. |