diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:56:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:56:16 +0000 |
| commit | db891539695e0a1c0a1418c107188f9b642d9f48 (patch) | |
| tree | 10e44b8f1dcb913068321f5adea024a6e7c8d49a /llvm/lib/AsmParser | |
| parent | 1c9e5678b8256a1361ef911ba88d87a09fc19986 (diff) | |
| download | bcm5719-llvm-db891539695e0a1c0a1418c107188f9b642d9f48.tar.gz bcm5719-llvm-db891539695e0a1c0a1418c107188f9b642d9f48.zip | |
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
LLVM 3.0 and later.
llvm-svn: 145165
Diffstat (limited to 'llvm/lib/AsmParser')
| -rw-r--r-- | llvm/lib/AsmParser/LLParser.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/AsmParser/LLParser.cpp b/llvm/lib/AsmParser/LLParser.cpp index cafaab01afd..d2c91dd21c8 100644 --- a/llvm/lib/AsmParser/LLParser.cpp +++ b/llvm/lib/AsmParser/LLParser.cpp @@ -120,9 +120,6 @@ bool LLParser::ValidateEndOfModule() { for (Module::iterator FI = M->begin(), FE = M->end(); FI != FE; ) UpgradeCallsToIntrinsic(FI++); // must be post-increment, as we remove - // Upgrade to new EH scheme. N.B. This will go away in 3.1. - UpgradeExceptionHandling(M); - // Check debug info intrinsics. CheckDebugInfoIntrinsics(M); return false; |

