summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit12e5adb8d36771bb5158a339195063f44631e095 (patch)
tree327ca2e2ce2619af69a787e1f47de2f31a36c0e5 /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parent1ef22f33d0545035f33eccb20b122086cb6c940f (diff)
downloadbcm5719-llvm-12e5adb8d36771bb5158a339195063f44631e095.tar.gz
bcm5719-llvm-12e5adb8d36771bb5158a339195063f44631e095.zip
s/SjLjEHPass/SjLjEHPrepare/
No functionality change. llvm-svn: 152658
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 17633e2114d..97e654775a2 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud