[llvm] r195401 - Fix a typo where we were creating <def, kill> operands instead of

Lang Hames lhames at gmail.com
Sat Nov 23 15:02:56 PST 2013


I like that idea. Ditching the bitfields and using an enum might make this
method faster too (though I doubt this is called often enough to have any
practical impact).

There are only ~50 call sites for this in-tree, so I wouldn't expect this
to be too difficult. It would be worth giving people maintaining
out-of-tree targets a heads up though.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131123/9b3eafdd/attachment.html>


More information about the llvm-commits mailing list