OSDN Git Service

Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the...
authorOwen Anderson <resistor@mac.com>
Sat, 16 Nov 2013 00:20:01 +0000 (00:20 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 16 Nov 2013 00:20:01 +0000 (00:20 +0000)
commite553feab843a82e35b81e20ebc736f775c85db32
tree822a2436719bc1e188bf049da9f6ff65e8f31b2a
parent87fd14d9b52079828c5db4e1e4878046a7488f81
Small improvement to InstrinsicEmitter::EmitAttributes.  This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get .

Patch by Aditya Nandakumar.

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