mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
[OCaml] Properly tag the custom operations of Llvm.llbuilder
All other custom operations tags have LLVM prefix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a62ec7308
commit
19648c00d6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user