[PATCH] Trivial patch that cleans up some function signatures from unused parameters.

Zachary Turner zturner at google.com
Mon Jun 16 13:48:03 PDT 2014


The previous revision goes back over 8 years, and the commiter (Reid Spencer) doesn't seem to be active anymore.  I thought about adding some comments to the methods, but really that comes down to adding a comment to every method of ExecutionEngineState, because those are all the methods that this dummy-parameter was being passed to.  In other words, access to the entire ExecutionEngineState object is serialized.  But this is already clear IMO because that is actually the whole purpose of the class, as described by the comment at lines 56 and 57 of ExecutionEngine.h

http://reviews.llvm.org/D4162






More information about the llvm-commits mailing list