diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h index 011fc2df0fa..2609c55b151 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 };