MIR Parser: Report an error when a jump table entry is redefined.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 31 Jul 2015 23:13:23 +0000 (23:13 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 31 Jul 2015 23:13:23 +0000 (23:13 +0000)
commitc198b23a4d8b773bcbe61d0a6502cb213e682e51
treede31c7e931bae4674e61849bbbb5b05ea1631b1b
parentfaa33cdc3cc1fa156feb29b155d8bddc4ae11471
MIR Parser: Report an error when a jump table entry is redefined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243798 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MIRYamlMapping.h
lib/CodeGen/MIRParser/MIRParser.cpp
test/CodeGen/MIR/X86/jump-table-redefinition-error.mir [new file with mode: 0644]