| commit | 144b61968471b8de97b9d08d7575ef742bb9dd0a | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun May 27 19:37:05 2012 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun May 27 19:37:05 2012 +0000 |
| tree | ff1ea1e28463d4be6a1d11378eebfa9a969670ac | |
| parent | f7f59b15aa1b7648c82220c8e4bf8a8e04b92926 [diff] |
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDefinition, making it stronger and more sane. Delete the code from tblgen that produced the old code. Besides being a path forward in intrinsic sanity, this also eliminates a bunch of machine generated code that was compiled into Function.o llvm-svn: 157545