From 3f8b8913bc9cb232871445eefa8654caf7f9986f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 15 Mar 2006 01:33:26 +0000 Subject: Autogenerate code to map from GCC builtin to LLVM intrinsic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26770 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenIntrinsics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/TableGen/CodeGenIntrinsics.h') diff --git a/utils/TableGen/CodeGenIntrinsics.h b/utils/TableGen/CodeGenIntrinsics.h index 0c39d8e4be..5fcff927a7 100644 --- a/utils/TableGen/CodeGenIntrinsics.h +++ b/utils/TableGen/CodeGenIntrinsics.h @@ -26,6 +26,7 @@ namespace llvm { std::string Name; // The name of the LLVM function "llvm.bswap.i32" std::string EnumName; // The name of the enum "bswap_i32" std::string GCCBuiltinName;// Name of the corresponding GCC builtin, or "". + std::string TargetPrefix; // Target prefix, e.g. "ppc" for t-s intrinsics. /// ArgTypes - The type primitive enum value for the return value and all /// of the arguments. These are things like Type::UIntTyID. -- cgit v1.2.3