summaryrefslogtreecommitdiff
path: root/include/llvm/AutoUpgrade.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-27 05:56:16 +0000
committerChris Lattner <sabre@nondot.org>2011-11-27 05:56:16 +0000
commit9d5f6ccd26615592361baa299fc5b450501fb1b0 (patch)
treed5089daa55242307e69d0a71f9ffd837b485abfe /include/llvm/AutoUpgrade.h
parentdbc88494eefd32274ff6e037df0000c0d0e871d2 (diff)
downloadllvm-9d5f6ccd26615592361baa299fc5b450501fb1b0.tar.gz
llvm-9d5f6ccd26615592361baa299fc5b450501fb1b0.tar.bz2
llvm-9d5f6ccd26615592361baa299fc5b450501fb1b0.tar.xz
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
LLVM 3.0 and later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/AutoUpgrade.h')
-rw-r--r--include/llvm/AutoUpgrade.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/AutoUpgrade.h b/include/llvm/AutoUpgrade.h
index 8ca3548f53..5ce20b69e2 100644
--- a/include/llvm/AutoUpgrade.h
+++ b/include/llvm/AutoUpgrade.h
@@ -43,10 +43,6 @@ namespace llvm {
/// This function checks debug info intrinsics. If an intrinsic is invalid
/// then this function simply removes the intrinsic.
void CheckDebugInfoIntrinsics(Module *M);
-
- /// This function upgrades the old pre-3.0 exception handling system to the
- /// new one. N.B. This will be removed in 3.1.
- void UpgradeExceptionHandling(Module *M);
} // End llvm namespace
#endif