Ok, removed, with the extra assert just in case sometime tries left in. - Daniel
On Mon, Jan 5, 2009 at 2:37 PM, Eli Friedman <[email protected]> wrote: > On Mon, Jan 5, 2009 at 2:14 PM, Daniel Dunbar <[email protected]> wrote: >> Author: ddunbar >> Date: Mon Jan 5 16:14:37 2009 >> New Revision: 61758 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=61758&view=rev >> Log: >> Implement getFloatingRank() for extended vectors. >> - I'm not sure this is appropriate, but it seems reasonable to be >> able to call getFloatingRank on anything which isFloatingType(). > > I doubt it's really appropriate... vector types don't promote, and > therefore don't have ranks. Any code that's trying to call > getFloatingRank() on a vector type is almost certainly doing something > wrong. > > -Eli > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
