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 | 1faf5b07c68a35596a041b2c68ace742dd850b62 (patch) | |
| tree | 65f05f8e07e8a1629a93c24c6a77980a6645ae3e /llvm/lib | |
| parent | 22626c3d7e47b0b924cc0daff717107508804d9b (diff) | |
| download | bcm5719-llvm-1faf5b07c68a35596a041b2c68ace742dd850b62.tar.gz bcm5719-llvm-1faf5b07c68a35596a041b2c68ace742dd850b62.zip | |
Fix typo and grammar. By Adhemerval Zanella.
llvm-svn: 162032
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index aa819eeb30a..61d44c52d43 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/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); |

