commit | ac0f31aa19b395515657209301b4a2f77e683097 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Sat Mar 23 09:03:07 2019 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 17:33:45 2019 -0700 |
tree | b557451e92377b3118515060674245061b54d2e6 | |
parent | ecb38901789f7822d7c0f14f266c4d343f112959 [diff] |
Now that ConstOpPointer is gone, we can change the various methods generated by tblgen be non-const. This requires introducing some const_cast's at the moment, but those (and lots more stuff) will disappear in subsequent patches. This significantly simplifies those patches because the various tblgen op emitters get adjusted. PiperOrigin-RevId: 239954566