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)
commitfa24549492b845a90397d1fc315d1d77a2e2dfe9
tree7c221dad1b0dfb09ade41ee37fa15821c257395f
parent198d6d53e2c348ed0d3b0a058fa3e99ef4eff60c
Fix a call to std::unique to actually discard the trailing (junk) elements.

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

llvm-svn: 234221
clang/utils/TableGen/NeonEmitter.cpp