[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
Evan Cheng
evan.cheng at apple.com
Wed May 17 11:22:27 PDT 2006
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.74 -> 1.75
---
Log message:
Another typo. Pointed out by Nate Begeman.
---
Diffs of the changes: (+1 -1)
TargetLowering.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.74 llvm/include/llvm/Target/TargetLowering.h:1.75
--- llvm/include/llvm/Target/TargetLowering.h:1.74 Wed May 17 13:08:20 2006
+++ llvm/include/llvm/Target/TargetLowering.h Wed May 17 13:22:14 2006
@@ -173,7 +173,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.
/// Similarly, <2 x long> turns into 4 MVT::i32 values with both PPC and X86.
///
More information about the llvm-commits
mailing list