src/share/vm/adlc/archDesc.cpp

changeset 3316
f03a3c8bd5e5
parent 3051
11211f7cb5a0
child 3317
db2e64ca2d5a
equal deleted inserted replaced
3315:7793051af7d6 3316:f03a3c8bd5e5
1014 _globalNames.Insert(ident, eForm); 1014 _globalNames.Insert(ident, eForm);
1015 ident = "USE_KILL"; 1015 ident = "USE_KILL";
1016 eForm = new Effect(ident); 1016 eForm = new Effect(ident);
1017 _globalNames.Insert(ident, eForm); 1017 _globalNames.Insert(ident, eForm);
1018 ident = "TEMP"; 1018 ident = "TEMP";
1019 eForm = new Effect(ident);
1020 _globalNames.Insert(ident, eForm);
1021 ident = "CALL";
1019 eForm = new Effect(ident); 1022 eForm = new Effect(ident);
1020 _globalNames.Insert(ident, eForm); 1023 _globalNames.Insert(ident, eForm);
1021 } 1024 }
1022 1025
1023 // 1026 //

mercurial