]> granicus.if.org Git - llvm/commitdiff
Test commit - NFC.
authorKit Barton <kbarton@ca.ibm.com>
Tue, 13 Jun 2017 17:35:29 +0000 (17:35 +0000)
committerKit Barton <kbarton@ca.ibm.com>
Tue, 13 Jun 2017 17:35:29 +0000 (17:35 +0000)
Modified a comment to confirm commit access functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305309 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 81754e9536be1963c5a931ef6e8199eeffa22361..dc4abe44a8166b0732d1419ec37ab7d9ae6255af 100644 (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);