| commit | 78d30283502243f3e78a7fd1ce10d4ffecd9c083 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jan 18 03:51:59 2005 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jan 18 03:51:59 2005 +0000 |
| tree | a686d018fa206202740d1194e9cd2d94888fde8c | |
| parent | 2cb338d7b5932ad3126578090ef676b5d01adc7d [diff] |
* Eliminate the TokenSet and just use the ExprMap for both tokens and values. * Insert some really pedantic assertions that will notice when we emit the same loads more than one time, exposing bugs. This turns a miscompilation in bzip2 into a compile-fail. yaay. llvm-svn: 19658