From ad45b00d6a3170f87f410f080d78d79a60f2d57e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 15 Mar 2006 02:05:38 +0000 Subject: [PATCH] remove typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26772 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/IntrinsicEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp index 0ef93123ed7..796ad82cc68 100644 --- a/utils/TableGen/IntrinsicEmitter.cpp +++ b/utils/TableGen/IntrinsicEmitter.cpp @@ -318,7 +318,7 @@ EmitIntrinsicToGCCBuiltinMap(const std::vector &Ints, << " "; } OS << "!strcmp(BuiltinName, \"" << I->first.first << "\"))\n"; - OS << " IntrinsicID = Intrinsic::" << I->second << "\";\n"; + OS << " IntrinsicID = Intrinsic::" << I->second << ";\n"; } OS << " else\n"; OS << " IntrinsicID = Intrinsic::not_intrinsic;\n"; -- 2.11.0