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
commit84a86d2bb8c896a8a1c59752ea615811975df69b (patch)
treeca4c7969c447f7c144285c12c622d7f2269de206 /lib/AsmParser/LLParser.h
parentcd7e6f60b9132f79250e449e954313bf1c28d771 (diff)
downloadexternal_llvm-84a86d2bb8c896a8a1c59752ea615811975df69b.zip
external_llvm-84a86d2bb8c896a8a1c59752ea615811975df69b.tar.gz
external_llvm-84a86d2bb8c896a8a1c59752ea615811975df69b.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);