mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 14:46:53 +00:00
Remove a fixme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25045 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
512beb9465
commit
1166bf3f4c
@ -126,8 +126,6 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
|
||||
}
|
||||
|
||||
if (TM.getSubtarget<PPCSubtarget>().hasAltivec()) {
|
||||
// FIXME: AltiVec supports a wide variety of packed types. For now, we're
|
||||
// bringing up support with just v4f32.
|
||||
addRegisterClass(MVT::v4f32, PPC::VRRCRegisterClass);
|
||||
addRegisterClass(MVT::v4i32, PPC::VRRCRegisterClass);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user