search for: handlesdnod

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

Did you mean: handlesdnode
2012 Aug 21
0
[LLVMdev] SelectionDAGISel::CodeGenAndEmitDAG() confusion.
...state, now that we're finished with it. //JOE'S EDITS START for (SelectionDAG::allnodes_iterator I = CurDAG->allnodes_begin(),E = CurDAG->allnodes_end(); I != E; ++I) { std::cout<<"hey"<<I->getOperationName(CurDAG)<<std::endl; } HandleSDNode Dummy(CurDAG->getRoot()); //JOE'S EDITS END CurDAG->clear(); } The files make fine but when I run clang on an input file I get Cobrakai$./clang temp.c temp.c:4:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^~~~ Hello everybody Joe was here! sta...