don't emit the namespace inside the class!

llvm-svn: 23341
This commit is contained in:
Chris Lattner 2005-09-13 22:05:02 +00:00
parent 70a7234111
commit bb9b01644e
1 changed files with 1 additions and 2 deletions

View File

@ -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"