Re: [llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp

2007-03-08 Thread Reid Spencer
On Thu, 2007-03-08 at 15:38 -0800, Bill wrote: > On 3/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > > On Mar 8, 2007, at 3:27 PM, Bill Wendling wrote: > > > Changes in directory llvm/lib/ExecutionEngine/Interpreter: > > > Execution.cpp updated: 1.175 -> 1.176 > > > --- > > > Log message: > > > >

Re: [llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp

2007-03-08 Thread Bill
On 3/8/07, Chris Lattner <[EMAIL PROTECTED]> wrote: > On Mar 8, 2007, at 3:27 PM, Bill Wendling wrote: > > Changes in directory llvm/lib/ExecutionEngine/Interpreter: > > Execution.cpp updated: 1.175 -> 1.176 > > --- > > Log message: > > > > Don't use a cast. It causes an error on some platforms. >

Re: [llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp

2007-03-08 Thread Chris Lattner
On Mar 8, 2007, at 3:27 PM, Bill Wendling wrote: > Changes in directory llvm/lib/ExecutionEngine/Interpreter: > Execution.cpp updated: 1.175 -> 1.176 > --- > Log message: > > Don't use a cast. It causes an error on some platforms. std::hex is sticky. Please don't use it. I assume that this fails