From ed173158206197e475dbe1da5b643abb6f850644 Mon Sep 17 00:00:00 2001 From: Christian Hagedorn Date: Wed, 30 Oct 2024 16:33:58 +0100 Subject: [PATCH] remove empty line --- .../sun/hotspot/igv/servercompiler/filters/customNodeInfo.filter | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/IdealGraphVisualizer/ServerCompiler/src/main/resources/com/sun/hotspot/igv/servercompiler/filters/customNodeInfo.filter b/src/utils/IdealGraphVisualizer/ServerCompiler/src/main/resources/com/sun/hotspot/igv/servercompiler/filters/customNodeInfo.filter index 7e5c14aaf5fac..bcdd86ba7d37b 100644 --- a/src/utils/IdealGraphVisualizer/ServerCompiler/src/main/resources/com/sun/hotspot/igv/servercompiler/filters/customNodeInfo.filter +++ b/src/utils/IdealGraphVisualizer/ServerCompiler/src/main/resources/com/sun/hotspot/igv/servercompiler/filters/customNodeInfo.filter @@ -34,4 +34,3 @@ editProperty(matches("name", "CallLeafDirect|CallLeafDirectVector|CallLeafNoFPDi // Show pre/main/post at CountedLoopNodes. editProperty(hasProperty("loop_kind"), ["loop_kind"], "extra_label", function(loop_kind) { return loop_kind[0]; }); -