summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-03-13 20:04:21 +0000
committerBill Wendling <isanbard@gmail.com>2012-03-13 20:04:21 +0000
commiteabae1d07bffac60d9f4f2473cf6736d6a1c372d (patch)
tree9ef3bdda0e7ded9d3722d842e8d4162b76a55095 /lib/CodeGen/LLVMTargetMachine.cpp
parent0f5ab7c5f392d8207a4b0c5bf1f8b274a9f410df (diff)
downloadllvm-eabae1d07bffac60d9f4f2473cf6736d6a1c372d.tar.gz
llvm-eabae1d07bffac60d9f4f2473cf6736d6a1c372d.tar.bz2
llvm-eabae1d07bffac60d9f4f2473cf6736d6a1c372d.tar.xz
s/SjLjEHPass/SjLjEHPrepare/
No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp
index 17633e2114..97e654775a 100644
--- a/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/lib/CodeGen/LLVMTargetMachine.cpp
@@ -90,7 +90,7 @@ static void addPassesToHandleExceptions(TargetMachine *TM,
// removed from the parent invoke(s). This could happen when a landing
// pad is shared by multiple invokes and is also a target of a normal
// edge from elsewhere.
- PM.add(createSjLjEHPass(TM->getTargetLowering()));
+ PM.add(createSjLjEHPreparePass(TM->getTargetLowering()));
// FALLTHROUGH
case ExceptionHandling::DwarfCFI:
case ExceptionHandling::ARM: