[AVX] Make TernOpInit Unique
authorDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:20 +0000 (19:07 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:20 +0000 (19:07 +0000)
commitb76a1e6993fa4020a6c1ef552fdf4f564b706fac
treecac8bdbf41230143c2bf74dc820f363cb213af60
parent65a5b8cb3b32db7681afca62d3e9d92941dbf979
[AVX] Make TernOpInit Unique

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