[llvm-commits] [PATCH] Add memory to and from register passes for ocaml.
Gordon Henriksen
gordonhenriksen at mac.com
Thu Mar 20 12:18:49 PDT 2008
On Mar 19, 2008, at 01:19, Erick Tryzelaar wrote:
> FunctionPasses can be used in a regular PassManager, right?
That's correct. C++ doesn't capture this type restriction:
FunctionPassManagers cannot accept ModulePasses (but can accept
ImmutablePasses).
> This is applying the suggestions gordonh made.
Thanks, applied!
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080317/059974.html
I did make a minor change, rephrasing the Ocaml functions to be of the
form add_noun instead of add_verb.
Thanks,
Gordon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080320/e4561802/attachment.html>
More information about the llvm-commits
mailing list