MachineCopyPropagation: Move variables from function to pass
This avoids unnecessarily passing them around when calling helper functions. It may also be slightly faster to call clear() on the datastructures instead of freshly initializing them for each block. llvm-svn: 261407
Loading
Please sign in to comment