Refactor isIntrinsic() to be quicker, and change classof() (and thus,...
Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<IntrinsicInst>()) to use it. This decreases the number of occurrences of the slow-path string matching performed by getIntrinsicID(). llvm-svn: 170602
Loading
Please register or sign in to comment