diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.h b/llvm/lib/Target/X86/X86ISelLowering.h index cb8d94d73cb..fef9be31266 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.h +++ b/llvm/lib/Target/X86/X86ISelLowering.h @@ -84,20 +84,10 @@ namespace llvm { /// as. FST, - /// FP_GET_ST0 - This corresponds to FpGET_ST0 pseudo instruction - /// which copies from ST(0) to the destination. It takes a chain and - /// writes a RFP result and a chain. - FP_GET_ST0, - /// FP_GET_ST0_ST1 - Same as FP_GET_ST0 except it copies two values /// ST(0) and ST(1). FP_GET_ST0_ST1, - /// FP_SET_ST0 - This corresponds to FpSET_ST0 pseudo instruction - /// which copies the source operand to ST(0). It takes a chain+value and - /// returns a chain and a flag. - FP_SET_ST0, - /// CALL/TAILCALL - These operations represent an abstract X86 call /// instruction, which includes a bunch of information. In particular the /// operands of these node are: |

