forked from OSchip/llvm-project
don't emit the namespace inside the class!
llvm-svn: 23341
This commit is contained in:
parent
70a7234111
commit
bb9b01644e
|
@ -670,8 +670,7 @@ void DAGISelEmitter::ParseAndResolveInstructions() {
|
|||
void DAGISelEmitter::EmitInstructionSelector(std::ostream &OS) {
|
||||
// Emit boilerplate.
|
||||
OS << "// The main instruction selector code.\n"
|
||||
<< "SDOperand " << Target.getName()
|
||||
<< "SelectCode(SDOperand Op) {\n"
|
||||
<< "SDOperand SelectCode(SDOperand Op) {\n"
|
||||
<< " SDNode *N = Op.Val;\n"
|
||||
<< " if (N->getOpcode() >= ISD::BUILTIN_OP_END &&\n"
|
||||
<< " N->getOpcode() < PPCISD::FIRST_NUMBER)\n"
|
||||
|
|
Loading…
Reference in New Issue