Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>. llvm-svn: 216710
Loading
Please sign in to comment