UQ-PAC / BASIL

Apache License 2.0
8 stars 0 forks source link

Ensure blocks have unique names #238

Open l-kent opened 2 weeks ago

l-kent commented 2 weeks ago

BAP can sometimes produce multiple blocks in a procedure that have the same name, such as in tests/correct/syscall/gcc_O2. This can cause problems as we do not make sure the blocks have unique names but we rely on the blocks having unique names.