Commits

Anna Zaks committed 3ac84f3878a
[SIL] Add getIntrinsicID(FuncDecl*), which lazyly looks up the llvm::IntrinsicID for it. The cache is stored in the SILModule. Add getIntrinsicID() as a member of BuiltinFunctionRefInst. Test by using the new method in the CCP pass. Swift SVN r7311