This pass keeps a map of Instructions to Rank numbers,
and was deleting Instructions without clearing the corresponding map entry. This led to nondeterministic behavior if the same address got allocated to another Instruction within a short time. llvm-svn: 67306
Loading
Please sign in to comment