[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:
Peter Zotov 2013-11-05 09:13:46 +00:00
parent a4c2a3e6b6
commit 04a0e5050f
1 changed files with 1 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ static void llvm_finalize_builder(value B) {
}
static struct custom_operations builder_ops = {
(char *) "IRBuilder",
(char *) "LLVMIRBuilder",
llvm_finalize_builder,
custom_compare_default,
custom_hash_default,