What's the proper way to remove something from llvm.used? I tried RAUW undef but that did not go over well. :) Is it best to delete it and re-create it with only the remaining items? -David