* Eliminate the TokenSet and just use the ExprMap for both tokens and values.
authorChris Lattner <sabre@nondot.org>
Tue, 18 Jan 2005 03:51:59 +0000 (03:51 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Jan 2005 03:51:59 +0000 (03:51 +0000)
commit4a108668df731c663cf946b490e8687509ee8a6d
treec23a08fd7cb582ecc301f01f88dab55d499f4ce1
parent82fbfb6984c1feb7d44a077ac2dc031f4a950005
* 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19658 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp