[PATCH] D27051: [X86] Add NumRegisterParameters Module Flag

Yaron Keren via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 12:13:23 PDT 2017


yaron.keren added a comment.

Most other module flags are added at CodeGenModule::Release().  For consistency, could this code be in CodeGenModule::Release() as well?


Repository:
  rL LLVM

https://reviews.llvm.org/D27051





More information about the llvm-commits mailing list