diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2012-08-16 18:19:29 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2012-08-16 18:19:29 +0000 |
commit | 0016f73ae5ebdd8e62ee640d287482fed562b369 (patch) | |
tree | c3fb482af6e1e44a229236a2f076478f7b5776c7 | |
parent | 05130597262f3ed00dc4881d64795d117c76e3fc (diff) | |
download | external_llvm-0016f73ae5ebdd8e62ee640d287482fed562b369.zip external_llvm-0016f73ae5ebdd8e62ee640d287482fed562b369.tar.gz external_llvm-0016f73ae5ebdd8e62ee640d287482fed562b369.tar.bz2 |
Fix typo and grammar. By Adhemerval Zanella.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162032 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/PPCISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index aa819ee..61d44c5 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/lib/Target/PowerPC/PPCISelLowering.cpp @@ -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); |