Test commit - NFC.

Modified a comment to confirm commit access functionality.

llvm-svn: 305309
This commit is contained in:
Kit Barton 2017-06-13 17:35:29 +00:00
parent c6635529f7
commit 0b216305db
1 changed files with 1 additions and 1 deletions

View File

@ -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);