[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelLowering.h
Duraid Madina
duraid at octopus.com.au
Wed Dec 21 22:41:51 PST 2005
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.h updated: 1.1 -> 1.2
---
Log message:
we can't all have brains now, can we
---
Diffs of the changes: (+4 -0)
IA64ISelLowering.h | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/IA64/IA64ISelLowering.h
diff -u llvm/lib/Target/IA64/IA64ISelLowering.h:1.1 llvm/lib/Target/IA64/IA64ISelLowering.h:1.2
--- llvm/lib/Target/IA64/IA64ISelLowering.h:1.1 Fri Oct 28 12:46:36 2005
+++ llvm/lib/Target/IA64/IA64ISelLowering.h Thu Dec 22 00:41:39 2005
@@ -38,6 +38,10 @@
/// 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
};
}
More information about the llvm-commits
mailing list