]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/flag-types.h
rs6000: New iterator CCEITHER
[thirdparty/gcc.git] / gcc / flag-types.h
index 500f6638f36ac3e244a1df6c16871b0e584fc2d4..a2103282d469db31ad157a87572068d943061c8c 100644 (file)
@@ -1,5 +1,5 @@
 /* Compilation switch flag type definitions for GCC.
-   Copyright (C) 1987-2018 Free Software Foundation, Inc.
+   Copyright (C) 1987-2019 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -123,6 +123,14 @@ enum stack_reuse_level
   SR_ALL
 };
 
+/* The live patching level.  */
+enum live_patching_level
+{
+  LIVE_PATCHING_NONE = 0,
+  LIVE_PATCHING_INLINE_ONLY_STATIC,
+  LIVE_PATCHING_INLINE_CLONE
+};
+
 /* The algorithm used for basic block reordering.  */
 enum reorder_blocks_algorithm
 {