summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Target/TargetOpcodes.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Target/TargetOpcodes.def b/llvm/include/llvm/Target/TargetOpcodes.def
index 5fe9cf781d3..abab6c7a2a7 100644
--- a/llvm/include/llvm/Target/TargetOpcodes.def
+++ b/llvm/include/llvm/Target/TargetOpcodes.def
@@ -160,10 +160,10 @@ HANDLE_TARGET_OPCODE(G_ADD, 26)
HANDLE_TARGET_OPCODE_MARKER(PRE_ISEL_GENERIC_OPCODE_START, G_ADD)
/// Generic Bitwise-OR instruction.
-HANDLE_TARGET_OPCODE(G_OR, 25)
+HANDLE_TARGET_OPCODE(G_OR, 27)
/// Generic BRANCH instruction. This is an unconditional branch.
-HANDLE_TARGET_OPCODE(G_BR, 27)
+HANDLE_TARGET_OPCODE(G_BR, 28)
// TODO: Add more generic opcodes as we move along.
OpenPOWER on IntegriCloud