MIR Parser: Report an error when a jump table entry is redefined.
[oota-llvm.git] / include / llvm / CodeGen / MIRYamlMapping.h
index 777819f3eae31ba1a0e2e52c90bd92d4f6e766be..43c4a5dd6e37dbbc8c3fea9fcf2bb8d19101c080 100644 (file)
@@ -300,7 +300,7 @@ template <> struct MappingTraits<MachineConstantPoolValue> {
 
 struct MachineJumpTable {
   struct Entry {
-    unsigned ID;
+    UnsignedValue ID;
     std::vector<FlowStringValue> Blocks;
   };