Bug 613425 - static checking suite: fix static initializer warnings with COMPONENT_REFs r=tglek a=test-only [DONTBUILD]

This commit is contained in:
Ehren Metcalfe
2010-11-26 12:14:24 -05:00
parent 8ca8eb9c37
commit b21142c6f1

View File

@@ -50,5 +50,5 @@ function pretty_func(fn) {
}
function pretty_var(v) {
return type_string(TREE_TYPE(v)) + " " + decl_name_string(v);
return type_string(TREE_TYPE(v)) + " " + expr_display(v);
}