Get rid of a vector copy by just making a pointer out of the reference...
Get rid of a vector copy by just making a pointer out of the reference returned by getInstructionsByEnumValue instead of assigning it to a new vector. llvm-svn: 200828
Loading
Please register or sign in to comment