summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZ.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZ.h')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZ.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZ.h b/llvm/lib/Target/SystemZ/SystemZ.h
index cfba4878898..e6a17077257 100644
--- a/llvm/lib/Target/SystemZ/SystemZ.h
+++ b/llvm/lib/Target/SystemZ/SystemZ.h
@@ -39,7 +39,8 @@ namespace llvm {
NL = 10,
LE = 11,
NH = 12,
- NO = 13
+ NO = 13,
+ INVALID = -1
};
}
OpenPOWER on IntegriCloud