TableGen: introduce support for MSBuiltin
[oota-llvm.git] / utils / TableGen / CodeGenIntrinsics.h
index 06daa97b66e019e5ff1a93b4e2bbde14be5ab59d..a9ece01c904bd6eb2d9eda577e810b935eb52349 100644 (file)
@@ -28,6 +28,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 MSBuiltinName; // Name of the corresponding MS builtin, or "".
     std::string TargetPrefix;  // Target prefix, e.g. "ppc" for t-s intrinsics.
 
     /// IntrinsicSignature - This structure holds the return values and