On Jan 4, 2011, at 1:50 AM, Abramo Bagnara wrote: > Author: abramo > Date: Tue Jan 4 03:50:03 2011 > New Revision: 122807 > > URL: http://llvm.org/viewvc/llvm-project?rev=122807&view=rev > Log: > Prefer getAs<ComplexType> rather than cast<ComplexType> on canonical type. Suggestion by Douglas Gregor! Thanks! - Doug