[llvm-commits] [llvm] r93161 - in /llvm/trunk: include/llvm/ADT/StringExtras.h lib/Support/StringExtras.cpp lib/Target/X86/X86ISelLowering.cpp lib/VMCore/Module.cpp tools/lto/LTOCodeGenerator.cpp utils/TableGen/CodeGenInstruction.cpp

Benjamin Kramer benny.kra at googlemail.com
Mon Jan 18 04:40:19 PST 2010


Am 17.01.2010 um 21:53 schrieb nicolas geoffray:

> Hi Benjamin,
> 
> There is a bug in your changes: the Module::getPointerSize function now
> returns AnyPointerSize for the following data layout:
> e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32
> 
> It should return Pointer32.
> 
> I will try to investigate a bit more.
> 
> Cheers,
> Nicolas

Should be fixed in r93723. Sorry for the breakage.



More information about the llvm-commits mailing list