From 43fbbc36dc64243a1a57b072d37bccf6dad4d3cb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 24 Mar 2006 19:49:31 +0000 Subject: Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of the CodeGen* implementations. Parse the MVT::ValueType for each operand of the intrinsics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27075 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenIntrinsics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/TableGen/CodeGenIntrinsics.h') diff --git a/utils/TableGen/CodeGenIntrinsics.h b/utils/TableGen/CodeGenIntrinsics.h index 5fcff927a7..2698836ecc 100644 --- a/utils/TableGen/CodeGenIntrinsics.h +++ b/utils/TableGen/CodeGenIntrinsics.h @@ -16,6 +16,7 @@ #include #include +#include "llvm/CodeGen/ValueTypes.h" namespace llvm { class Record; @@ -32,6 +33,9 @@ namespace llvm { /// of the arguments. These are things like Type::UIntTyID. std::vector ArgTypes; + /// ArgVTs - The MVT::ValueType for each argument type. + std::vector ArgVTs; + /// ArgTypeDefs - The records for each argument type. /// std::vector ArgTypeDefs; -- cgit v1.2.3