search for: istrunc

Displaying 1 result from an estimated 1 matches for "istrunc".

Did you mean: strunc
2006 Dec 14
3
[LLVMdev] ThisCall / Compilation problems
...things that stop llvm1.9 (and the current CVS release) from compiling correctly - once again, not sure how to submit, but here are the main things - In SelectionDAGNodes.h StoreSDNode(SDOperand Chain, SDOperand Value, SDOperand Ptr, SDOperand Off, ISD::MemOpAddrMode AM, bool isTrunc, MVT::ValueType SVT, const Value *SV, int O=0, unsigned Align=0, bool Vol=false) SDOperand Value should really be SDOperand value (lower case), since Value is already a defined classname. Not sure if this is really a 'bug', but it does cause errors in some compilers. Regardi...