aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-30 04:15:23 +0000
committerChris Lattner <sabre@nondot.org>2009-12-30 04:15:23 +0000
commit4a72efc0ad18c1b9c98bb2f0cb881a39a7010b53 (patch)
treeca4c7969c447f7c144285c12c622d7f2269de206 /lib/AsmParser/LLParser.h
parent860775c2b05a0d0ecadcbf2e9283912061fb5235 (diff)
downloadexternal_llvm-4a72efc0ad18c1b9c98bb2f0cb881a39a7010b53.zip
external_llvm-4a72efc0ad18c1b9c98bb2f0cb881a39a7010b53.tar.gz
external_llvm-4a72efc0ad18c1b9c98bb2f0cb881a39a7010b53.tar.bz2
rename ParseMDNode -> ParseMDNodeID, since it parses !42, not !{... } as you'd expect.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/LLParser.h')
-rw-r--r--lib/AsmParser/LLParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/LLParser.h b/lib/AsmParser/LLParser.h
index 3170728..e8eb302 100644
--- a/lib/AsmParser/LLParser.h
+++ b/lib/AsmParser/LLParser.h
@@ -196,7 +196,7 @@ namespace llvm {
bool ParseStandaloneMetadata();
bool ParseNamedMetadata();
bool ParseMDString(MDString *&Result);
- bool ParseMDNode(MDNode *&Result);
+ bool ParseMDNodeID(MDNode *&Result);
// Type Parsing.
bool ParseType(PATypeHolder &Result, bool AllowVoid = false);