[llvm-commits] [PATCH] remove unnecessary specialization of OperandTraits<>

Jay Foad jay.foad at gmail.com
Sat Jan 15 05:43:31 PST 2011


OperandTraits<> is always used with a concrete subclass of User. There
is no need to specialize it for User itself.

Tested with "make check". I also tested a patch that only removed the
out-of-line definitions of the methods declared in
OperandTraits<User>, just to double-check that they weren't being used
for anything.

OK to commit?

Thanks,
Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-operandtraits-user
Type: application/octet-stream
Size: 998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110115/3d9adcd0/attachment.obj>


More information about the llvm-commits mailing list