[llvm-commits] [llvm] r46455 - /llvm/trunk/lib/Support/FileUtilities.cpp

Chris Lattner clattner at apple.com
Mon Jan 28 11:37:18 PST 2008


On Jan 28, 2008, at 10:56 AM, Evan Cheng wrote:
>> URL: http://llvm.org/viewvc/llvm-project?rev=46455&view=rev
>> Log:
>> Fix fpcmp infinite loop when comparing "29-266" with "29-268".
>> +static bool isExpoentChar(char C) {

Also, typo: Expoent -> Exponent.

Thanks Lauro,

-Chris




More information about the llvm-commits mailing list