[GlobalISel] Update PRE_ISEL_GENERIC_OPCODE_END marker

llvm-svn: 297663
This commit is contained in:
Volkan Keles 2017-03-13 20:31:45 +00:00
parent 747bf8afa8
commit fc3f501498
1 changed files with 1 additions and 1 deletions

View 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.