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 44f4c2a6524..7106689081d 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -158,7 +158,7 @@ namespace llvm {      bool ParseGlobalValue(const Type *Ty, Constant *&V);      bool ParseGlobalTypeAndValue(Constant *&V);      bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts); -    bool ParseMDNodeVector(SmallVectorImpl<Constant*> &); +    bool ParseMDNodeVector(SmallVectorImpl<Value*> &);      // Function Semantic Analysis.  | 

