aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetOpcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/TargetOpcodes.h')
-rw-r--r--include/llvm/Target/TargetOpcodes.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetOpcodes.h b/include/llvm/Target/TargetOpcodes.h
index 516e0706b8..2c9459974a 100644
--- a/include/llvm/Target/TargetOpcodes.h
+++ b/include/llvm/Target/TargetOpcodes.h
@@ -91,7 +91,14 @@ namespace TargetOpcode {
/// Lifetime markers.
LIFETIME_START = 15,
- LIFETIME_END = 16
+ LIFETIME_END = 16,
+
+ // @LOCALMOD-BEGIN
+ BUNDLE_ALIGN_START = 14,
+ BUNDLE_ALIGN_END = 15,
+ BUNDLE_LOCK = 16,
+ BUNDLE_UNLOCK = 17
+ // @LOCALMOD-END
};
} // end namespace TargetOpcode
} // end namespace llvm