Changes in directory llvm/include/llvm/CodeGen:

RuntimeLibcalls.h updated: 1.1 -> 1.2
---
Log message:

Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by
default they call the same libgcc routine. The result of the calls are
"tested" differently.


---
Diffs of the changes:  (+2 -0)

 RuntimeLibcalls.h |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/include/llvm/CodeGen/RuntimeLibcalls.h
diff -u llvm/include/llvm/CodeGen/RuntimeLibcalls.h:1.1 
llvm/include/llvm/CodeGen/RuntimeLibcalls.h:1.2
--- llvm/include/llvm/CodeGen/RuntimeLibcalls.h:1.1     Fri Jan 12 16:49:32 2007
+++ llvm/include/llvm/CodeGen/RuntimeLibcalls.h Wed Jan 31 03:26:31 2007
@@ -98,6 +98,8 @@
     OGT_F64,
     UO_F32,
     UO_F64,
+    O_F32,
+    O_F64,
 
     UNKNOWN_LIBCALL
   };



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to