diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-24 02:24:03 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-24 02:24:03 +0000 |
commit | c828c5465d9d4de8bfce25d9d46dc5235b8c7163 (patch) | |
tree | 687db44554880405529c28f518fbc6430111bed9 /llvm/lib/AsmParser/LLParser.h | |
parent | ab09a12cade5b179fc30ef0c3cc3db902122c5a7 (diff) | |
download | bcm5719-llvm-c828c5465d9d4de8bfce25d9d46dc5235b8c7163.tar.gz bcm5719-llvm-c828c5465d9d4de8bfce25d9d46dc5235b8c7163.zip |
Extend function-local metadata to be usable as attachments.
llvm-svn: 111895
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
-rw-r--r-- | llvm/lib/AsmParser/LLParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index 848430e8952..444bae2390e 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -307,6 +307,7 @@ namespace llvm { bool ParseGlobalValue(const Type *Ty, Constant *&V); bool ParseGlobalTypeAndValue(Constant *&V); bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts); + bool ParseMetadataListValue(ValID &ID, PerFunctionState *PFS); bool ParseMetadataValue(ValID &ID, PerFunctionState *PFS); bool ParseMDNodeVector(SmallVectorImpl<Value*> &, PerFunctionState *PFS); bool ParseInstructionMetadata(Instruction *Inst, PerFunctionState *PFS); |