[PATCH] Factor DataflowWorklist out of LiveVariables and UninitializedValues analyses
Artyom Skrobov
Artyom.Skrobov at arm.com
Fri Apr 25 07:53:20 PDT 2014
Hello,
LiveVariables and UninitializedValues analyses had slightly different
implementations of DataflowWorklist, both by Ted Kremenek in 2011.
The two variants of DataflowWorklist had similar (though not identical)
interfaces, and apparently both were used for similar purposes.
My patch is to factor this class out of those two analyses. No functional
change intended.
Is it OK?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140425/bf0ece7c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DataflowWorklist.patch
Type: application/octet-stream
Size: 10884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140425/bf0ece7c/attachment.obj>
More information about the cfe-commits
mailing list