commit | d27ec2461bca2625d09a3592ec8cc4137d4347f3 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Thu Mar 11 14:23:41 2010 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Thu Mar 11 14:23:41 2010 -0800 |
tree | 978f3b9edc37cd9814cff241fabf1a0bd77c9a32 | |
parent | 1f585180597290c7891c43dc0da3c9c06d7cebb1 [diff] |
Fix broken constructor of ir_instruction base class Make the constructor inline-able, and don't try to initialize it as a simple_node. It hasn't been derived from simple_node in a long time.