[GlobalISel] Update PRE_ISEL_GENERIC_OPCODE_END marker
authorVolkan Keles <vkeles@apple.com>
Mon, 13 Mar 2017 20:31:45 +0000 (20:31 +0000)
committerVolkan Keles <vkeles@apple.com>
Mon, 13 Mar 2017 20:31:45 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297663 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetOpcodes.def

index 6253a34c16bb49a713ed42826d3906287fad7088..e3ae2fae83eefb56dedc8e4854aa37ad27602768 100644 (file)
@@ -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.