Displaying 2 results from an estimated 2 matches for "miti".
Did you mean:
mii
2005 Jul 30
1
[LLVMdev] Iterator to enumerate machine operands
I want to enumerate all the operands of a machine instruction, but the
iterator seems to skip everything except virtual registers. Is this by
design?
MachineInstr.h
<code>
template<class MITy, class VTy>
class ValOpIterator : public forward_iterator<VTy, ptrdiff_t> {
void skipToNextVal() {
while (i < MI->getNumOperands() &&
!(
2009 Oct 09
0
Ruby on Rails POC
Hi,
We recently created a Ruby on Rails POC, which landed us with a
client. More about this initiative at
http://www.articlesbase.com/information-technology-articles/cpal-a-ruby-on-rails-poc-1316554.html
Thanks,
Miti