diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-04-15 15:14:46 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-04-15 15:14:46 +0000 |
commit | ff3c8b7eaf2de9640a4b99cedacd370511897a92 (patch) | |
tree | 5ce02ed806003dc5c1ba8b0459b19a8c9995cdb4 /llvm/lib/CodeGen/DwarfEHPrepare.cpp | |
parent | 9302f60606c2e294de8de4b494014b10e48f4094 (diff) | |
download | bcm5719-llvm-ff3c8b7eaf2de9640a4b99cedacd370511897a92.tar.gz bcm5719-llvm-ff3c8b7eaf2de9640a4b99cedacd370511897a92.zip |
typos
llvm-svn: 101371
Diffstat (limited to 'llvm/lib/CodeGen/DwarfEHPrepare.cpp')
-rw-r--r-- | llvm/lib/CodeGen/DwarfEHPrepare.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/DwarfEHPrepare.cpp b/llvm/lib/CodeGen/DwarfEHPrepare.cpp index 7dbfd7d168b..d1261a3565b 100644 --- a/llvm/lib/CodeGen/DwarfEHPrepare.cpp +++ b/llvm/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; |