OSDN Git Service

Fix ambiguous phrasing in tests comments regarding $opt$.
authorRoland Levillain <rpl@google.com>
Mon, 3 Aug 2015 14:20:02 +0000 (15:20 +0100)
committerRoland Levillain <rpl@google.com>
Mon, 3 Aug 2015 14:22:08 +0000 (15:22 +0100)
Change-Id: I78e6bccbe35288df5de30700d3877bbcdef37d65

15 files changed:
test/401-optimizing-compiler/src/Main.java
test/402-optimizing-control-flow/src/Main.java
test/403-optimizing-long/src/Main.java
test/404-optimizing-allocator/src/Main.java
test/405-optimizing-long-allocator/src/Main.java
test/411-optimizing-arith-mul/src/Main.java
test/412-new-array/src/Main.java
test/414-optimizing-arith-sub/src/Main.java
test/415-optimizing-arith-neg/src/Main.java
test/417-optimizing-arith-div/src/Main.java
test/421-large-frame/src/Main.java
test/422-type-conversion/src/Main.java
test/427-bitwise/src/Main.java
test/477-long-to-float-conversion-precision/src/Main.java
test/705-register-conflict/src/Main.java

index a1e62b3..f2e4518 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 
 public class Main {
index c9c24dd..4c93d26 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 
 public class Main {
index 21af4e1..5927d1c 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 
 public class Main {
index 7b31820..1ff5475 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$reg$ is a marker for the optimizing compiler to ensure
+// Note that $opt$reg$ is a marker for the optimizing compiler to test
 // it does use its register allocator.
 
 public class Main {
index 9fd840b..a0e0bb5 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it compiles these methods.
 
 public class Main {
index 3a5d7c0..60e418e 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index e4669b8..b9c2a05 100644 (file)
@@ -17,7 +17,7 @@
 import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 
 public class Main extends TestCase {
index 30e8436..b4531cd 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index bd8a158..cabf635 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index 909ceb4..68e89b3 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index 81896ab..6717ba0 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index 9f8f417..146f309 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index e984066..aa69554 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index cd97039..568bc04 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 public class Main {
 
index 42c79fb..9ae10ec 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
 // it does compile the method.
 
 public class Main {