From a6ec3cbac14cc57f15b67e2f41436bc20d6d6a69 Mon Sep 17 00:00:00 2001 From: Duraid Madina Date: Thu, 22 Dec 2005 06:41:39 +0000 Subject: [PATCH] we can't all have brains now, can we git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24948 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/IA64/IA64ISelLowering.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Target/IA64/IA64ISelLowering.h b/lib/Target/IA64/IA64ISelLowering.h index 5b33348ced1..924691d70c9 100644 --- a/lib/Target/IA64/IA64ISelLowering.h +++ b/lib/Target/IA64/IA64ISelLowering.h @@ -38,6 +38,10 @@ namespace llvm { /// operand, producing an f64 value containing the integer representation /// of that FP value. FCTIDZ, FCTIWZ, + + /// GETFD - the getf.d instruction takes a floating point operand and + /// returns its 64-bit memory representation as an i64 + GETFD }; }