diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-03-13 20:04:21 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-03-13 20:04:21 +0000 |
commit | 12e5adb8d36771bb5158a339195063f44631e095 (patch) | |
tree | 327ca2e2ce2619af69a787e1f47de2f31a36c0e5 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 1ef22f33d0545035f33eccb20b122086cb6c940f (diff) | |
download | bcm5719-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.cpp | 2 |
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: |