diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/MC/MCFragment.h | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/MC/MCFragment.h b/llvm/include/llvm/MC/MCFragment.h index d30138b51d5..95878f81c86 100644 --- a/llvm/include/llvm/MC/MCFragment.h +++ b/llvm/include/llvm/MC/MCFragment.h @@ -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; diff --git a/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp b/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp index 9ba964a0aad..f2a6627c99b 100644 --- a/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp +++ b/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp @@ -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) diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index 342ba9bc145..2f70ca65202 100644 --- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp @@ -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 = |