[AVX] Make UnOpInit Unique
authorDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:18 +0000 (19:07 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:18 +0000 (19:07 +0000)
commit6f03b636d26bebad3cfcaaa02a2bbc1b3a6c81b8
treec103d1d7f345e31de3a034536351d72ca883536b
parentaad4c9fc37b38cae21343173084c81d789535446
[AVX] Make UnOpInit Unique

Make sure UnOpInits are unique and created only once.  This will be
important for AVX/SIMD as many operators will be used to generate
patterns and other relevant data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136494 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/Record.cpp