mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Another typo. Pointed out by Nate Begeman.
llvm-svn: 28353
This commit is contained in:
parent
00f391f87b
commit
89f7ea0382
@ -173,7 +173,7 @@ public:
|
||||
}
|
||||
|
||||
/// 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.
|
||||
///
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user