projects
/
oota-llvm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implemented Support of IA interrupt and exception handlers:
[oota-llvm.git]
/
lib
/
Target
/
X86
/
X86ISelLowering.h
diff --git
a/lib/Target/X86/X86ISelLowering.h
b/lib/Target/X86/X86ISelLowering.h
index 205b8126bafdb166981bbd4220de2229c3c5a7d9..bdec61377744c40f1a025e30b58be0188c28f4c1 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.h
+++ b/
lib/Target/X86/X86ISelLowering.h
@@
-126,6
+126,9
@@
namespace llvm {
/// 1 is the number of bytes of stack to pop.
RET_FLAG,
+ /// Return from interrupt. Operand 0 is the number of bytes to pop.
+ IRET,
+
/// Repeat fill, corresponds to X86::REP_STOSx.
REP_STOS,