]> granicus.if.org Git - clang/commit
Fix a call to std::unique to actually discard the trailing (junk) elements.
authorJames Dennett <jdennett@google.com>
Mon, 6 Apr 2015 21:09:24 +0000 (21:09 +0000)
committerJames Dennett <jdennett@google.com>
Mon, 6 Apr 2015 21:09:24 +0000 (21:09 +0000)
commitbfab8535c000d4b12f07b2d567b6408c862b1cd2
tree4d4ec73438cd220e805f8093dfd1ff49696ae246
parentac1ad1d7d9f8dae6309f4f8082f5131703639dc9
Fix a call to std::unique to actually discard the trailing (junk) elements.

Found by inspection.  (No other instances of this problem were found.)

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