summaryrefslogtreecommitdiff
path: root/gcc/ipa-structure-reorg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-structure-reorg.h')
-rw-r--r--gcc/ipa-structure-reorg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ipa-structure-reorg.h b/gcc/ipa-structure-reorg.h
index 0a3a87e3088..a953479dccb 100644
--- a/gcc/ipa-structure-reorg.h
+++ b/gcc/ipa-structure-reorg.h
@@ -149,6 +149,7 @@ enum ReorgTransformation {
ReorgT_UserFunc, //
ReorgT_Convert, // type casts
ReorgT_Return, // return t
+ ReorgT_Ignore, // "a = b"
Not_Supported
};