annotate graal/com.oracle.max.graal.graphviz/.checkstyle @ 2998:775881292ddb

Made Deoptimize instruction into FixedNode instead of Instruction.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 16 Jun 2011 15:02:20 +0200
parents 228276b7813b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2550
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
2
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
3 <fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
2982
Gilles Duboscq <gilles.duboscq@oracle.com>
parents: 2872
diff changeset
4 <local-check-config name="C1X Checkstyle checks" location="/com.oracle.max.graal.compiler/.checkstyle_checks.xml" type="project" description="">
2550
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
5 <additional-data name="protect-config-file" value="false"/>
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
6 </local-check-config>
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
7 <fileset name="all" enabled="true" check-config-name="C1X Checkstyle checks" local="true">
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
8 <file-match-pattern match-pattern="." include-pattern="true"/>
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
9 </fileset>
d9b2a8653054 Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
10 </fileset-config>