aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/ParserInternals.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AsmParser/ParserInternals.h')
-rw-r--r--lib/AsmParser/ParserInternals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/AsmParser/ParserInternals.h b/lib/AsmParser/ParserInternals.h
index 61de652c51..80a5692e11 100644
--- a/lib/AsmParser/ParserInternals.h
+++ b/lib/AsmParser/ParserInternals.h
@@ -241,12 +241,12 @@ struct ArgListEntry {
typedef std::vector<struct ArgListEntry> ArgListType;
-struct ValueRefListEntry {
+struct ParamListEntry {
Value *Val;
uint16_t Attrs;
};
-typedef std::vector<ValueRefListEntry> ValueRefList;
+typedef std::vector<ParamListEntry> ParamList;
} // End llvm namespace