- Switched PSEUDO args to use 'canonical' instead of 'name'.
This commit is contained in:
Paul Beckingham 2014-10-31 23:39:02 -04:00
parent 9f8ab6e4e2
commit 0b212ad8bc

View file

@ -885,7 +885,7 @@ void CLI::desugarAttributes ()
else if (canonicalize (canonical, "pseudo", name)) else if (canonicalize (canonical, "pseudo", name))
{ {
A lhs ("argPseudo", a->attribute ("raw")); A lhs ("argPseudo", a->attribute ("raw"));
lhs.attribute ("name", canonical); lhs.attribute ("canonical", canonical);
lhs.attribute ("value", value); lhs.attribute ("value", value);
lhs.tag ("PSEUDO"); lhs.tag ("PSEUDO");
reconstructed.push_back (lhs); reconstructed.push_back (lhs);