diff options
| author | Kit Barton <kbarton@ca.ibm.com> | 2017-06-13 17:35:29 +0000 |
|---|---|---|
| committer | Kit Barton <kbarton@ca.ibm.com> | 2017-06-13 17:35:29 +0000 |
| commit | 0b216305db50392e3d3a5bf7e4c601649d63d884 (patch) | |
| tree | 3510e059cd3d1a7d7040859769604a744428bf7a /llvm/lib | |
| parent | c6635529f7b11fe29e8fca4a22e32ffc7570dbf7 (diff) | |
| download | bcm5719-llvm-0b216305db50392e3d3a5bf7e4c601649d63d884.tar.gz bcm5719-llvm-0b216305db50392e3d3a5bf7e4c601649d63d884.zip | |
Test commit - NFC.
Modified a comment to confirm commit access functionality.
llvm-svn: 305309
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 81754e9536b..dc4abe44a81 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -136,7 +136,7 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, addRegisterClass(MVT::f64, &PPC::F8RCRegClass); } - // PowerPC has an i16 but no i8 (or i1) SEXTLOAD + // PowerPC has an i16 but no i8 (or i1) SEXTLOAD. for (MVT VT : MVT::integer_valuetypes()) { setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); |

