Add initial support for the convergent attribute.
[oota-llvm.git] / utils / TableGen / CodeGenIntrinsics.h
index 1f1adf11fb3b06ca83e8505193498729443293cb..f4055571b1c7bbc4f45edefc788332e0f168d132 100644 (file)
@@ -80,6 +80,9 @@ namespace llvm {
     /// isNoReturn - True if the intrinsic is no-return.
     bool isNoReturn;
 
+    /// isConvergent - True if the intrinsic is marked as convergent.
+    bool isConvergent;
+
     enum ArgAttribute {
       NoCapture,
       ReadOnly,