Expose "noduplicate" attribute as a property for intrinsics.
[oota-llvm.git] / utils / TableGen / CodeGenIntrinsics.h
index edbb18bbcf50141250ed619abed744a2f23896d8..06daa97b66e019e5ff1a93b4e2bbde14be5ab59d 100644 (file)
@@ -73,6 +73,9 @@ namespace llvm {
     /// canThrow - True if the intrinsic can throw.
     bool canThrow;
 
+    /// isNoDuplicate - True if the intrinsic is marked as noduplicate.
+    bool isNoDuplicate;
+
     /// isNoReturn - True if the intrinsic is no-return.
     bool isNoReturn;