New feature: add support for target intrinsics being defined in the
[oota-llvm.git] / utils / TableGen / CodeGenIntrinsics.h
index dd99e319d6c77e089f47f007ce8883b48fc09235..fea868b8c0612ac1b6ba9879a563ad69299546e1 100644 (file)
@@ -80,7 +80,8 @@ namespace llvm {
 
   /// LoadIntrinsics - Read all of the intrinsics defined in the specified
   /// .td file.
-  std::vector<CodeGenIntrinsic> LoadIntrinsics(const RecordKeeper &RC);
+  std::vector<CodeGenIntrinsic> LoadIntrinsics(const RecordKeeper &RC,
+                                               bool TargetOnly);
 }
 
 #endif