aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-31 09:26:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-31 09:26:31 +0000
commit991d3616c8383688f1acf443cc698edef850da4d (patch)
tree7da5956d89a489c9960861a87a5023106a5a5787
parentb6ab2547cb4e4c7b237d88ad11316a69b111f88e (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33700 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/RuntimeLibcalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h
index 011fc2df0f..2609c55b15 100644
--- a/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -98,6 +98,8 @@ namespace RTLIB {
OGT_F64,
UO_F32,
UO_F64,
+ O_F32,
+ O_F64,
UNKNOWN_LIBCALL
};