ARM: teach Sema that "r" can match 64-bit values
We already support using "r" on 64-bit values (a GPRPair is allocated), but Sema doesn't know this yet so issues a warning. This should fix it. llvm-svn: 196724
Loading
Please register or sign in to comment