diff options
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
| -rw-r--r-- | llvm/lib/AsmParser/LLParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index 3420fcf4553..7c516fac619 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -48,7 +48,7 @@ namespace llvm { /// MetadataCache - This map keeps track of parsed metadata constants. std::map<unsigned, MetadataBase *> MetadataCache; std::map<unsigned, std::pair<MetadataBase *, LocTy> > ForwardRefMDNodes; - SmallVector<std::pair<MDKindID, MDNode *>, 2> MDsOnInst; + SmallVector<std::pair<unsigned, MDNode *>, 2> MDsOnInst; struct UpRefRecord { /// Loc - This is the location of the upref. LocTy Loc; |

