[llvm-commits] CVS: llvm/lib/Target/TargetLowering.cpp
Evan Cheng
evan.cheng at apple.com
Wed May 17 11:22:27 PDT 2006
Changes in directory llvm/lib/Target:
TargetLowering.cpp updated: 1.65 -> 1.66
---
Log message:
Another typo. Pointed out by Nate Begeman.
---
Diffs of the changes: (+1 -1)
TargetLowering.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetLowering.cpp
diff -u llvm/lib/Target/TargetLowering.cpp:1.65 llvm/lib/Target/TargetLowering.cpp:1.66
--- llvm/lib/Target/TargetLowering.cpp:1.65 Wed May 17 13:10:06 2006
+++ llvm/lib/Target/TargetLowering.cpp Wed May 17 13:22:14 2006
@@ -144,7 +144,7 @@
}
/// 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.
More information about the llvm-commits
mailing list