mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Remove a few gendered pronouns.
llvm-svn: 272422
This commit is contained in:
parent
3a69e668e5
commit
cedbf019a4
@ -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(
|
||||
|
@ -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;
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user