File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 719719end
720720
721721function post_genericmemcpy_memset (B, callv, _)
722- elSize = get_memory_elsz (B, ev )
722+ elSize = get_memory_elsz (B, callv )
723723 elSize = LLVM. zext! (B, elSize, LLVM. IntType (8 * sizeof (Csize_t)))
724724 length = LLVM. mul! (B, len, elSize)
725725
@@ -1476,6 +1476,7 @@ end
14761476function zero_array_grow! (B, _, args)
14771477 al = 0
14781478 anti, inc = args
1479+ i8 = LLVM. IntType (8 )
14791480
14801481 idx = get_array_nrows (B, anti)
14811482 elsz = zext! (B, get_array_elsz (B, anti), value_type (idx))
@@ -1497,7 +1498,6 @@ end
14971498
14981499 shadowin = invert_pointer (gutils, origops[1 ], B)
14991500 ctx = LLVM. context (orig)
1500- i8 = LLVM. IntType (8 )
15011501
15021502
15031503 inc = new_from_original (gutils, origops[2 ])
You can’t perform that action at this time.
0 commit comments