[llvm-commits] [poolalloc] r98354 -	/poolalloc/trunk/runtime/FreeListAllocator/PoolAllocator.cpp
    Benjamin Kramer 
    benny.kra at googlemail.com
       
    Fri Mar 12 09:43:55 PST 2010
    
    
  
On 12.03.2010, at 18:10, John Criswell wrote:
> Author: criswell
> Date: Fri Mar 12 11:10:10 2010
> New Revision: 98354
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=98354&view=rev
> Log:
> Switched to using stdint.h instead of LLVM's DataTypes.h header file.
> The DataTypes.h header files was removed from LLVM 2.7.
It was actually moved from llvm/Support to llvm/System. But I guess it doesn't
matter unless you want to support non-c99 compilers.
    
    
More information about the llvm-commits
mailing list