mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[OCaml] Properly tag the custom operations of Llvm.llbuilder
All other custom operations tags have LLVM prefix. llvm-svn: 194058
This commit is contained in:
parent
615991b419
commit
7bb25c41d3
@ -1387,7 +1387,7 @@ static void llvm_finalize_builder(value B) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct custom_operations builder_ops = {
|
static struct custom_operations builder_ops = {
|
||||||
(char *) "IRBuilder",
|
(char *) "LLVMIRBuilder",
|
||||||
llvm_finalize_builder,
|
llvm_finalize_builder,
|
||||||
custom_compare_default,
|
custom_compare_default,
|
||||||
custom_hash_default,
|
custom_hash_default,
|
||||||
|
Loading…
Reference in New Issue
Block a user