search for: programmor

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

Did you mean: programmer
2002 Sep 29
0
[LLVMdev] Re: a few llvm questions, not time-critical
...a constant object. > * when there are two versions of something, one const and one not const -- > like, say, a const getOperand and a nonconst one, what's up? i'm not sure > what to do with the const one. as you maybe can imagine, in my c code > there are no consts -- caveat programmor i guess. In general, don't worry about it. They are just there because they have different return types. For example, getOperand(x) on a constant object returns a constant pointer, but getOperand(x) on a non-const object returns a non-const pointer. -Chris http://llvm.cs.uiuc.edu/ http://w...