this is a hack, which may or may not hang around. In short:
[oota-llvm.git] / lib / Target / IA64 / IA64ISelLowering.h
index 924691d70c968f6fa8db0c64fd7e3ebe2227812b..0b86954902426b997d74c2c6a1b53d63d7f89c2b 100644 (file)
@@ -38,10 +38,13 @@ 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
+      GETFD,
+
+      // TODO: explain this hack
+      BRCALL
     };
   }