mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
Fix typo and grammar. By Adhemerval Zanella.
llvm-svn: 162032
This commit is contained in:
parent
d7ec990084
commit
3a41549e6a
@ -106,7 +106,7 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
|
||||
// from FP_ROUND: that rounds to nearest, this rounds to zero.
|
||||
setOperationAction(ISD::FP_ROUND_INREG, MVT::ppcf128, Custom);
|
||||
|
||||
// We do not currently implment this libm ops for PowerPC.
|
||||
// We do not currently implement these libm ops for PowerPC.
|
||||
setOperationAction(ISD::FFLOOR, MVT::ppcf128, Expand);
|
||||
setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand);
|
||||
setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
|
||||
|
Loading…
x
Reference in New Issue
Block a user