diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-04 13:54:20 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-04 13:54:20 +0000 |
| commit | f349a6e9e6ee0b589c403e0c5785266da121d05c (patch) | |
| tree | 87b7d24cadfc7253cc1e9a21ea2e4a69e636b2d3 /include | |
| parent | 929d9ef111cc0053e245d04464c5ba9fba7727b2 (diff) | |
| download | external_llvm-f349a6e9e6ee0b589c403e0c5785266da121d05c.zip external_llvm-f349a6e9e6ee0b589c403e0c5785266da121d05c.tar.gz external_llvm-f349a6e9e6ee0b589c403e0c5785266da121d05c.tar.bz2 | |
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
These exception-related opcodes are not used any longer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
| -rw-r--r-- | include/llvm/CodeGen/ISDOpcodes.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index 0fd211b..ce52b46 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -77,18 +77,6 @@ namespace ISD { /// adjustment during unwind. FRAME_TO_ARGS_OFFSET, - /// RESULT, OUTCHAIN = EXCEPTIONADDR(INCHAIN) - This node represents the - /// address of the exception block on entry to an landing pad block. - EXCEPTIONADDR, - - /// RESULT, OUTCHAIN = LSDAADDR(INCHAIN) - This node represents the - /// address of the Language Specific Data Area for the enclosing function. - LSDAADDR, - - /// RESULT, OUTCHAIN = EHSELECTION(INCHAIN, EXCEPTION) - This node - /// represents the selection index of the exception thrown. - EHSELECTION, - /// OUTCHAIN = EH_RETURN(INCHAIN, OFFSET, HANDLER) - This node represents /// 'eh_return' gcc dwarf builtin, which is used to return from /// exception. The general meaning is: adjust stack by OFFSET and pass |
