[llvm-commits] CVS: llvm/include/llvm/CodeGen/RuntimeLibcalls.h
Evan Cheng
evan.cheng at apple.com
Wed Jan 31 01:26:47 PST 2007
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
};
More information about the llvm-commits
mailing list