diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-30 16:10:29 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-30 16:10:29 +0000 |
| commit | 873ed82a36c91ca012c0ec42ba4ac8389e2fb9ea (patch) | |
| tree | e80bca8344bfbd92e8d0e7b1a49ad48012be490c /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
| parent | 1064d6ec43957fb7c94ce75348d9b974832dc241 (diff) | |
| download | bcm5719-llvm-873ed82a36c91ca012c0ec42ba4ac8389e2fb9ea.tar.gz bcm5719-llvm-873ed82a36c91ca012c0ec42ba4ac8389e2fb9ea.zip | |
FPSelect and more custom lowering
llvm-svn: 24535
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index 378ec0f9247..c42dbcef4ba 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h @@ -26,7 +26,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_, + ITOFT_, FTOIT_, CVTQT_, CVTQS_, CVTTQ_, }; } |

