From 3553d86731d7caddbd5465fa3e258d7bac038103 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Wed, 24 Jan 2007 21:09:16 +0000 Subject: FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33492 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaISelLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/Alpha/AlphaISelLowering.h') diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index d74b348d24..7b26d836ee 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/lib/Target/Alpha/AlphaISelLowering.h @@ -27,7 +27,7 @@ namespace llvm { // Start the numbering where the builting ops and target ops leave off. FIRST_NUMBER = ISD::BUILTIN_OP_END+Alpha::INSTRUCTION_LIST_END, //These corrospond to the identical Instruction - ITOFT_, FTOIT_, CVTQT_, CVTQS_, CVTTQ_, + CVTQT_, CVTQS_, CVTTQ_, /// GPRelHi/GPRelLo - These represent the high and low 16-bit /// parts of a global address respectively. -- cgit v1.2.3-18-g5258