The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Sat, 8 Nov 2008 15:36:01 +0000 (15:36 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Sat, 8 Nov 2008 15:36:01 +0000 (15:36 +0000)
commitd9afb4d08a0143c9b9266001175c1b03e33663b6
treec895a4e59bb832895071dc158be8a86acf6e03bb
parente0f4af3b49f8bcf5aed470e3f023133510e1da12
The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CppBackend/CPPBackend.cpp