[SystemZ] Use reserved keywords in vecintrin.h
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 28 Apr 2020 16:24:19 +0000 (18:24 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 28 Apr 2020 16:49:48 +0000 (18:49 +0200)
commitc90e09b13c9017e79b331e9f86f0f55d7a02777b
tree1c570ca8125801e046ec8b642b998523849e8532
parent85ee97fd894b2d0432dfaf20347e73f3e154ae97
[SystemZ] Use reserved keywords in vecintrin.h

System headers should avoid using the "vector" and "bool" keywords
since those might be redefined by user code.  For example, using
<stdbool.h> before <vecintrin.h> will currently lead to compiler
errors.

Fixed by using the reserved "__vector" and "__bool" keywords
instead.  NFC otherwise.
clang/lib/Headers/vecintrin.h