[llvm-commits] [llvm] r42373 - /llvm/trunk/lib/Support/APFloat.cpp

Dale Johannesen dalej at apple.com
Wed Sep 26 14:50:08 PDT 2007


>
>  APFloat::opStatus
> -APFloat::convertFromString(const char *p, roundingMode  
> rounding_mode) {
> +APFloat::convertFromString(const char *p, roundingMode rounding_mode)
> +{

Most of llvm uses the K&R style here.  I don't care though,  do you  
Chris?




More information about the llvm-commits mailing list