aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkan Keles <vkeles@apple.com>2017-03-13 20:31:45 +0000
committerVolkan Keles <vkeles@apple.com>2017-03-13 20:31:45 +0000
commitfc3f5014984cdefcbedaf833074c9762ce9124f3 (patch)
treeb39a5a40c1ec0491c81a46d8022eb9c14cadf3e5
parent747bf8afa87d29081bf2a6a3a63172a11e1c4429 (diff)
downloadllvm-fc3f5014984cdefcbedaf833074c9762ce9124f3.zip
llvm-fc3f5014984cdefcbedaf833074c9762ce9124f3.tar.gz
llvm-fc3f5014984cdefcbedaf833074c9762ce9124f3.tar.bz2
[GlobalISel] Update PRE_ISEL_GENERIC_OPCODE_END marker
llvm-svn: 297663
-rw-r--r--llvm/include/llvm/Target/TargetOpcodes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetOpcodes.def b/llvm/include/llvm/Target/TargetOpcodes.def
index 6253a34..e3ae2fa 100644
--- a/llvm/include/llvm/Target/TargetOpcodes.def
+++ b/llvm/include/llvm/Target/TargetOpcodes.def
@@ -406,7 +406,7 @@ HANDLE_TARGET_OPCODE(G_EXTRACT_VECTOR_ELT)
/// Marker for the end of the generic opcode.
/// This is used to check if an opcode is in the range of the
/// generic opcodes.
-HANDLE_TARGET_OPCODE_MARKER(PRE_ISEL_GENERIC_OPCODE_END, G_BR)
+HANDLE_TARGET_OPCODE_MARKER(PRE_ISEL_GENERIC_OPCODE_END, G_EXTRACT_VECTOR_ELT)
/// BUILTIN_OP_END - This must be the last enum value in this list.
/// The target-specific post-isel opcode values start here.