diff options
-rw-r--r-- | include/llvm/CodeGen/RuntimeLibcalls.h | 2 |
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 }; |