[llvm-commits] [llvm-gcc] Cumulative PR950 Patch, Version 3 (Please Commit)

Bill Wendling isanbard at gmail.com
Tue Jan 2 23:26:45 PST 2007


On Jan 2, 2007, at 10:48 PM, Reid Spencer wrote:

> On Tue, 2007-01-02 at 22:26 -0800, Bill Wendling wrote:
>> Hi Reid,
>>
>> I got this error when compiling:
>>
>> ../../llvm-gcc.src/gcc/llvm-convert.cpp: In member function 'bool
>> TreeToLLVM::EmitFrontendExpandedBuiltinCall(tree_node*, tree_node*,
>> llvm::Value*, llvm::Value*&)':
>> ../../llvm-gcc.src/gcc/llvm-convert.cpp:3128: error: 'const class
>> llvm::Type' has no member named 'isSigned'
>> ../../llvm-gcc.src/gcc/llvm-convert.cpp:3128: error: 'const class
>> llvm::Type' has no member named 'isSigned'
>>
>> I should be working with TOT in the LLVM branch...
>
> Check your tree status you're probably not working with TOT on  
> LLVM. The
> isSigned method was removed a few days ago.
>
I resynced and it didn't update the Type.h file.

-bw



More information about the llvm-commits mailing list