Fix up a few grammar issues.
authorEric Christopher <echristo@gmail.com>
Mon, 21 May 2018 10:27:36 +0000 (10:27 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 21 May 2018 10:27:36 +0000 (10:27 +0000)
llvm-svn: 332835

llvm/include/llvm/MC/MCFragment.h
llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

index d30138b..95878f8 100644 (file)
@@ -67,7 +67,7 @@ private:
   /// The data for the section this fragment is in.
   MCSection *Parent;
 
-  /// Atom - The atom this fragment is in, as represented by it's defining
+  /// Atom - The atom this fragment is in, as represented by its defining
   /// symbol.
   const MCSymbol *Atom;
 
index 9ba964a..f2a6627 100644 (file)
@@ -160,7 +160,7 @@ static bool canBeFeederToNewValueJump(const HexagonInstrInfo *QII,
   assert(HadDef);
 
   // Make sure there is no 'def' or 'use' of any of the uses of
-  // feeder insn between it's definition, this MI and jump, jmpInst
+  // feeder insn between its definition, this MI and jump, jmpInst
   // skipping compare, cmpInst.
   // Here's the example.
   //    r21=memub(r22+r24<<#0)
index 342ba9b..2f70ca6 100644 (file)
@@ -2031,7 +2031,7 @@ static void rematerializeLiveValues(CallSite CS,
   SmallVector<Value *, 32> LiveValuesToBeDeleted;
 
   for (Value *LiveValue: Info.LiveSet) {
-    // For each live pointer find it's defining chain
+    // For each live pointer find its defining chain
     SmallVector<Instruction *, 3> ChainToBase;
     assert(Info.PointerToBase.count(LiveValue));
     Value *RootOfChain =