aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-04-15 15:14:46 +0000
committerGabor Greif <ggreif@gmail.com>2010-04-15 15:14:46 +0000
commit49e2f0a6af50aaffef3bfff2386436cda211a55b (patch)
treedd5c2375229215d9b939924ca0af133d4e194410 /lib/CodeGen
parent52f155ee5d607b3773c2bc19fa688758f8887e35 (diff)
downloadexternal_llvm-49e2f0a6af50aaffef3bfff2386436cda211a55b.zip
external_llvm-49e2f0a6af50aaffef3bfff2386436cda211a55b.tar.gz
external_llvm-49e2f0a6af50aaffef3bfff2386436cda211a55b.tar.bz2
typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/DwarfEHPrepare.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/DwarfEHPrepare.cpp b/lib/CodeGen/DwarfEHPrepare.cpp
index 7dbfd7d..d1261a3 100644
--- a/lib/CodeGen/DwarfEHPrepare.cpp
+++ b/lib/CodeGen/DwarfEHPrepare.cpp
@@ -84,7 +84,7 @@ namespace {
}
/// CleanupSelectors - Any remaining eh.selector intrinsic calls which still
- /// use the ".llvm.eh.catch.all.value" call need to convert to using it's
+ /// use the ".llvm.eh.catch.all.value" call need to convert to using its
/// initializer instead.
bool CleanupSelectors();
@@ -218,7 +218,7 @@ FindAllURoRInvokes(SmallPtrSet<InvokeInst*, 32> &URoRInvokes) {
}
/// CleanupSelectors - Any remaining eh.selector intrinsic calls which still use
-/// the ".llvm.eh.catch.all.value" call need to convert to using it's
+/// the ".llvm.eh.catch.all.value" call need to convert to using its
/// initializer instead.
bool DwarfEHPrepare::CleanupSelectors() {
if (!EHCatchAllValue) return false;