rename NamedOrCustomMD -> MetadataVar to follow conventions of all the rest of the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-12-30 05:02:06 +00:00
parent e434d277ca
commit 1d92831759
3 changed files with 24 additions and 22 deletions

View File

@@ -129,8 +129,8 @@ namespace lltok {
LabelStr, // foo:
GlobalVar, // @foo @"foo"
LocalVar, // %foo %"foo"
MetadataVar, // !foo
StringConstant, // "foo"
NamedOrCustomMD, // !foo
// Type valued tokens (TyVal).
Type,