]> granicus.if.org Git - clang/commit
Merging r371969:
authorHans Wennborg <hans@hanshq.net>
Tue, 17 Sep 2019 10:19:31 +0000 (10:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 17 Sep 2019 10:19:31 +0000 (10:19 +0000)
commit45898f3be1d37727502cd6342b14c19e7c94bfae
tree046ab74d9519874f1e6f4314f899a7a093bdb020
parent9f8ce132b4a9c416d054c0ef1534d6d5b16f3189
Merging r371969:
------------------------------------------------------------------------
r371969 | karka | 2019-09-16 11:52:23 +0200 (Mon, 16 Sep 2019) | 13 lines

Change signature of __builtin_rotateright64 back to unsigned

The signature of __builtin_rotateright64 was by misstake changed from
unsigned to signed in r360863, this patch will change it back to
unsigned as intended.

This fixes pr43309

Reviewers: efriedma, hans

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D67606
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_90@372100 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.def
test/CodeGen/avr-builtins.c