summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-09-19 01:14:56 +0000
committerHans Wennborg <hans@hanshq.net>2014-09-19 01:14:56 +0000
commitc0f0c511db96da9baacb28246aa95491133fd016 (patch)
tree0bb0ba8696838650f49dfc02192815abeb49d192 /llvm
parent46cbc4367b653c470fedf259ffecfb6aa4369a60 (diff)
downloadbcm5719-llvm-c0f0c511db96da9baacb28246aa95491133fd016.tar.gz
bcm5719-llvm-c0f0c511db96da9baacb28246aa95491133fd016.zip
Fix an it's vs. its typo.
llvm-svn: 218093
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp2
-rw-r--r--llvm/test/CodeGen/X86/coff-comdat2.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index 53c7b099d43..7a14f2c6dcd 100644
--- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -796,7 +796,7 @@ static const GlobalValue *getComdatGVForCOFF(const GlobalValue *GV) {
if (ComdatGV->getComdat() != C)
report_fatal_error("Associative COMDAT symbol '" + ComdatGVName +
- "' is not a key for it's COMDAT.");
+ "' is not a key for its COMDAT.");
return ComdatGV;
}
diff --git a/llvm/test/CodeGen/X86/coff-comdat2.ll b/llvm/test/CodeGen/X86/coff-comdat2.ll
index 6744b5b02ad..58bc04eea93 100644
--- a/llvm/test/CodeGen/X86/coff-comdat2.ll
+++ b/llvm/test/CodeGen/X86/coff-comdat2.ll
@@ -6,4 +6,4 @@ target triple = "i686-pc-windows-msvc"
$foo = comdat largest
@foo = global i32 0
@bar = global i32 0, comdat $foo
-; CHECK: Associative COMDAT symbol 'foo' is not a key for it's COMDAT.
+; CHECK: Associative COMDAT symbol 'foo' is not a key for its COMDAT.
OpenPOWER on IntegriCloud