summaryrefslogtreecommitdiff
path: root/utils/TableGen/IntrinsicEmitter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-13 23:08:44 +0000
committerChris Lattner <sabre@nondot.org>2006-03-13 23:08:44 +0000
commit022f64fbbc4669623e79b805379266fed519017d (patch)
treed3ab1d2f6f112793e7c9ce71aec26895650af82e /utils/TableGen/IntrinsicEmitter.h
parent18faf5d9f7f89130b9e3304965b81e1c70ebb75c (diff)
downloadllvm-022f64fbbc4669623e79b805379266fed519017d.tar.gz
llvm-022f64fbbc4669623e79b805379266fed519017d.tar.bz2
llvm-022f64fbbc4669623e79b805379266fed519017d.tar.xz
emit a mapping from LLVM intrinsic -> GCC builtins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/IntrinsicEmitter.h')
-rw-r--r--utils/TableGen/IntrinsicEmitter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/IntrinsicEmitter.h b/utils/TableGen/IntrinsicEmitter.h
index a8e1ffa54a..f410b532ad 100644
--- a/utils/TableGen/IntrinsicEmitter.h
+++ b/utils/TableGen/IntrinsicEmitter.h
@@ -37,6 +37,8 @@ namespace llvm {
std::ostream &OS);
void EmitSideEffectInfo(const std::vector<CodeGenIntrinsic> &Ints,
std::ostream &OS);
+ void EmitGCCBuiltinList(const std::vector<CodeGenIntrinsic> &Ints,
+ std::ostream &OS);
};
} // End llvm namespace