Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by
authorEvan Cheng <evan.cheng@apple.com>
Wed, 31 Jan 2007 09:26:31 +0000 (09:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 31 Jan 2007 09:26:31 +0000 (09:26 +0000)
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

include/llvm/CodeGen/RuntimeLibcalls.h

index 011fc2df0fa3a51b62b2e25b4536a78b7f43e20a..2609c55b1512c0795e8a534300e5417393d71614 100644 (file)
@@ -98,6 +98,8 @@ namespace RTLIB {
     OGT_F64,
     UO_F32,
     UO_F64,
+    O_F32,
+    O_F64,
 
     UNKNOWN_LIBCALL
   };