Factor out op class guessing
authorFlorian Ragwitz <rafl@debian.org>
Mon, 1 Oct 2012 01:29:16 +0000 (10:29 +0900)
committerFlorian Ragwitz <rafl@debian.org>
Mon, 1 Oct 2012 01:31:32 +0000 (10:31 +0900)
commit2bc82b431ce11b4b9c75e39709e0c6bb0b405aeb
tree3f3a54589e946adeac12fce69d2881536a2ab28e
parente00be093a90151e94f62277366ffc58d3566a392
Factor out op class guessing

Sometimes callers already know what kind of class the op they're dealing with
belongs to. If they do, they can now just pass down that information into
op_size_class, avoiding possibly wrong guesses from cc_opclass based on op_type.
Memory.xs