summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16ISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-21 23:12:15 +0000
committerChris Lattner <sabre@nondot.org>2009-08-21 23:12:15 +0000
commit35a27c8a0d35f438be8a42d734d4045a150d7130 (patch)
treeedde1696e6e373b40149ef6e236d9361df510790 /lib/Target/PIC16/PIC16ISelLowering.h
parent361ae1d28dfa4c22ddec58b2b742eb514f97c694 (diff)
downloadllvm-35a27c8a0d35f438be8a42d734d4045a150d7130.tar.gz
llvm-35a27c8a0d35f438be8a42d734d4045a150d7130.tar.bz2
llvm-35a27c8a0d35f438be8a42d734d4045a150d7130.tar.xz
revert r79562 + r79563
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelLowering.h')
-rw-r--r--lib/Target/PIC16/PIC16ISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.h b/lib/Target/PIC16/PIC16ISelLowering.h
index d8a5aea37a..aee39f0ae3 100644
--- a/lib/Target/PIC16/PIC16ISelLowering.h
+++ b/lib/Target/PIC16/PIC16ISelLowering.h
@@ -53,7 +53,6 @@ namespace llvm {
SELECT_ICC, // Psuedo to be caught in schedular and expanded to brcond.
BRCOND, // Conditional branch.
RET, // Return.
- RETFIE, // Return from interrupt
Dummy
};