MIR Parser: Report an error when a constant pool item is redefined.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 30 Jul 2015 22:00:17 +0000 (22:00 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 30 Jul 2015 22:00:17 +0000 (22:00 +0000)
commit2623dd4454030a52b86c44c7f80c043d7f29ac70
tree65fd0c759840d64519aa0f0e654d3cac1e1ec05c
parent2bc631660b1b209b32092f262734b11be2759481
MIR Parser: Report an error when a constant pool item is redefined.

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