summaryrefslogtreecommitdiff
path: root/utils/TableGen/IntrinsicEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-15 02:05:38 +0000
committerChris Lattner <sabre@nondot.org>2006-03-15 02:05:38 +0000
commitad45b00d6a3170f87f410f080d78d79a60f2d57e (patch)
tree88bbc29db685c9fd13751389fead565b14f27e0e /utils/TableGen/IntrinsicEmitter.cpp
parentfda6affb95e9f68278cb5cf75dc3fd3406978255 (diff)
downloadllvm-ad45b00d6a3170f87f410f080d78d79a60f2d57e.tar.gz
llvm-ad45b00d6a3170f87f410f080d78d79a60f2d57e.tar.bz2
llvm-ad45b00d6a3170f87f410f080d78d79a60f2d57e.tar.xz
remove typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/IntrinsicEmitter.cpp')
-rw-r--r--utils/TableGen/IntrinsicEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp
index 0ef93123ed..796ad82cc6 100644
--- a/utils/TableGen/IntrinsicEmitter.cpp
+++ b/utils/TableGen/IntrinsicEmitter.cpp
@@ -318,7 +318,7 @@ EmitIntrinsicToGCCBuiltinMap(const std::vector<CodeGenIntrinsic> &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";