]> granicus.if.org Git - llvm/commitdiff
Remove a few gendered pronouns.
authorNico Weber <nicolasweber@gmx.de>
Fri, 10 Jun 2016 20:06:03 +0000 (20:06 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 10 Jun 2016 20:06:03 +0000 (20:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272422 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/DWARF/DWARFUnit.h
lib/Target/Mips/MipsFastISel.cpp
lib/Transforms/Scalar/LoopDataPrefetch.cpp

index da513bf7443d73302827ae5f8220f5564d304ecc..9c3fe3be6aa6e12468bc239860bdc24094a4884a 100644 (file)
@@ -247,7 +247,7 @@ public:
   /// \brief Return the DIE object for a given offset inside the
   /// unit's DIE vector.
   ///
-  /// The unit needs to have his DIEs extracted for this method to work.
+  /// The unit needs to have its DIEs extracted for this method to work.
   const DWARFDebugInfoEntryMinimal *getDIEForOffset(uint32_t Offset) const {
     assert(!DieArray.empty());
     auto it = std::lower_bound(
index acb458d303a130b6694a9c06df415192d4ac1efe..afcf5f8bd80401e7a1a4f7eb716ccd3806ee5f84 100644 (file)
@@ -956,7 +956,7 @@ bool MipsFastISel::selectFPExt(const Instruction *I) {
     return false;
 
   unsigned SrcReg =
-      getRegForValue(Src); // his must be a 32 bit floating point register class
+      getRegForValue(Src); // this must be a 32bit floating point register class
                            // maybe we should handle this differently
   if (!SrcReg)
     return false;
index 6aea79fe5a38a28fed4db4a5386f708d92375d8c..0c5325405d86585ed632068e0c38d070ff4de3ce 100644 (file)
@@ -189,7 +189,7 @@ bool LoopDataPrefetch::runOnLoop(Loop *L) {
        I != IE; ++I) {
 
     // If the loop already has prefetches, then assume that the user knows
-    // what he or she is doing and don't add any more.
+    // what they are doing and don't add any more.
     for (BasicBlock::iterator J = (*I)->begin(), JE = (*I)->end();
          J != JE; ++J)
       if (CallInst *CI = dyn_cast<CallInst>(J))