arrowdodger wrote: > Hello. This patch changes how std::vector's are passed to some > *Inst::Create methods - now they are passed as ArrayRef's. I've tested > it on code from demo page to make sure that generated bc's are equal. Committed in r139124. Thanks for the patch! Nick