remove typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-03-15 02:05:38 +00:00
parent fda6affb95
commit ad45b00d6a

View File

@ -318,7 +318,7 @@ EmitIntrinsicToGCCBuiltinMap(const std::vector<CodeGenIntrinsic> &Ints,
<< " "; << " ";
} }
OS << "!strcmp(BuiltinName, \"" << I->first.first << "\"))\n"; OS << "!strcmp(BuiltinName, \"" << I->first.first << "\"))\n";
OS << " IntrinsicID = Intrinsic::" << I->second << "\";\n"; OS << " IntrinsicID = Intrinsic::" << I->second << ";\n";
} }
OS << " else\n"; OS << " else\n";
OS << " IntrinsicID = Intrinsic::not_intrinsic;\n"; OS << " IntrinsicID = Intrinsic::not_intrinsic;\n";