Files
sdk/runtime
fschneider@google.com 3dac489ab4 Simplify type propagation and IL declarations of TemplateInstruction.
Replace ComputeInitialType. It is not needed anymore.

AssertAssignable now properly uses the cid of the incoming value-type
in its compile-type.

ArgumentCount is has now a default implementation that returns 0 to avoid
defining it on all subclasses of TemplateInstruction (TemplateDefinition already
had it defined)

R=vegorov@google.com

Review URL: https://codereview.chromium.org//710653002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41602 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-07 13:06:56 +00:00
..