summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-06-10 20:06:03 +0000
committerNico Weber <nicolasweber@gmx.de>2016-06-10 20:06:03 +0000
commit2cf5e89e1d469747194c5713d1232979d8288ddc (patch)
tree3fb554237580b01b4decaced31cbc5b470f6dcbb /llvm/lib
parenteaea297df46887d801e05311be7ad195ff57d1ae (diff)
downloadbcm5719-llvm-2cf5e89e1d469747194c5713d1232979d8288ddc.tar.gz
bcm5719-llvm-2cf5e89e1d469747194c5713d1232979d8288ddc.zip
Remove a few gendered pronouns.
llvm-svn: 272422
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/MipsFastISel.cpp2
-rw-r--r--llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsFastISel.cpp b/llvm/lib/Target/Mips/MipsFastISel.cpp
index acb458d303a..afcf5f8bd80 100644
--- a/llvm/lib/Target/Mips/MipsFastISel.cpp
+++ b/llvm/lib/Target/Mips/MipsFastISel.cpp
@@ -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;
diff --git a/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp b/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
index 6aea79fe5a3..0c5325405d8 100644
--- a/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopDataPrefetch.cpp
@@ -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))
OpenPOWER on IntegriCloud