r196724 - ARM: teach Sema that "r" can match 64-bit values

Joerg Sonnenberger joerg at britannica.bec.de
Sun Dec 8 09:28:16 PST 2013


On Sun, Dec 08, 2013 at 03:24:55PM -0000, Tim Northover wrote:
> Author: tnorthover
> Date: Sun Dec  8 09:24:55 2013
> New Revision: 196724
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=196724&view=rev
> Log:
> 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.

Bill, another low hanging fruit for NetBSD. Can you merge this please?

Joerg



More information about the cfe-commits mailing list