[libc][Obvious] Fix llvm_libc_ext.td.

This commit is contained in:
Siva Chandra Reddy
2021-08-19 18:41:18 +00:00
parent 16ffb283c5
commit aeee014428

View File

@@ -10,15 +10,6 @@ def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {
RetValSpec<VoidType>,
[ArgSpec<VoidPtr>, ArgSpec<SizeTType>]
>,
]
>;
HeaderSpec String = HeaderSpec<
"string.h",
[], // Macros
[], // Types
[], // Enumerations
[
FunctionSpec<
"bcmp",
RetValSpec<IntType>,