From: Volkan Keles Date: Mon, 13 Mar 2017 20:31:45 +0000 (+0000) Subject: [GlobalISel] Update PRE_ISEL_GENERIC_OPCODE_END marker X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fdb926c14f3aaaead837bf88c82990049575702;p=llvm [GlobalISel] Update PRE_ISEL_GENERIC_OPCODE_END marker git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297663 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetOpcodes.def b/include/llvm/Target/TargetOpcodes.def index 6253a34c16b..e3ae2fae83e 100644 --- a/include/llvm/Target/TargetOpcodes.def +++ b/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.