X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FX86%2FX86ISelLowering.h;h=bdec61377744c40f1a025e30b58be0188c28f4c1;hp=205b8126bafdb166981bbd4220de2229c3c5a7d9;hb=9889174eadb0f269ef132b3bd34a9f6fe3baa642;hpb=ba4a99ac26579b1dc9e88b059138a8ed6e7bd929 diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index 205b8126baf..bdec6137774 100644 --- 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,