diff options
| author | Victor Hernandez <vhernandez@apple.com> | 2010-01-10 07:14:18 +0000 |
|---|---|---|
| committer | Victor Hernandez <vhernandez@apple.com> | 2010-01-10 07:14:18 +0000 |
| commit | b8fd152d9400a7a6573e04e4b38e7d458a7d2253 (patch) | |
| tree | a337f26c23bf517779de8e88b6ae269319808cda /llvm/lib/AsmParser/LLParser.h | |
| parent | d8509424a404906a39e6ba7ba17eb58e22ff191d (diff) | |
| download | bcm5719-llvm-b8fd152d9400a7a6573e04e4b38e7d458a7d2253.tar.gz bcm5719-llvm-b8fd152d9400a7a6573e04e4b38e7d458a7d2253.zip | |
Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved().
Document PFS argument to ParseValID() and ConvertGlobalOrMetadataValIDToValue().
llvm-svn: 93108
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
| -rw-r--r-- | llvm/lib/AsmParser/LLParser.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index d532081c5b8..595267b7ff1 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -294,13 +294,11 @@ namespace llvm { bool ParseValID(ValID &ID, PerFunctionState *PFS = NULL); bool ConvertGlobalValIDToValue(const Type *Ty, ValID &ID, Constant *&V); bool ConvertGlobalOrMetadataValIDToValue(const Type *Ty, ValID &ID, - Value *&V, PerFunctionState *PFS, - bool *isFunctionLocal); + Value *&V, PerFunctionState *PFS); bool ParseGlobalValue(const Type *Ty, Constant *&V); bool ParseGlobalTypeAndValue(Constant *&V); bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts); - bool ParseMDNodeVector(SmallVectorImpl<Value*> &, PerFunctionState *PFS, - bool *isFunctionLocal); + bool ParseMDNodeVector(SmallVectorImpl<Value*> &, PerFunctionState *PFS); // Function Parsing. struct ArgInfo { |

