[AVX] Make BinOpInit Unique
commit65a5b8cb3b32db7681afca62d3e9d92941dbf979
authorDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:19 +0000 (29 19:07 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:19 +0000 (29 19:07 +0000)
tree33fb30d8e3079f9ca15922e97d326d1df510f2a0
parent6f03b636d26bebad3cfcaaa02a2bbc1b3a6c81b8
[AVX] Make BinOpInit Unique

Make sure BinOpInits 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@136495 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/Record.cpp