[llvm-commits] CVS: llvm-java/test/Compiler/TableSwitch.java LookupSwitch.java If.java Arithm.java

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu May 27 07:55:01 PDT 2004


Changes in directory llvm-java/test/Compiler:

TableSwitch.java updated: 1.1 -> 1.2
LookupSwitch.java updated: 1.1 -> 1.2
If.java updated: 1.1 -> 1.2
Arithm.java updated: 1.2 -> 1.3

---
Log message:

Remove package from test cases as it only clutters the generated llvm code.


---
Diffs of the changes:  (+0 -8)

Index: llvm-java/test/Compiler/TableSwitch.java
diff -u llvm-java/test/Compiler/TableSwitch.java:1.1 llvm-java/test/Compiler/TableSwitch.java:1.2
--- llvm-java/test/Compiler/TableSwitch.java:1.1	Tue May 25 16:46:18 2004
+++ llvm-java/test/Compiler/TableSwitch.java	Thu May 27 07:50:41 2004
@@ -1,5 +1,3 @@
-package edu.uiuc.cs.llvm;
-
 public class TableSwitch
 {
     public static int main(String[] args) {


Index: llvm-java/test/Compiler/LookupSwitch.java
diff -u llvm-java/test/Compiler/LookupSwitch.java:1.1 llvm-java/test/Compiler/LookupSwitch.java:1.2
--- llvm-java/test/Compiler/LookupSwitch.java:1.1	Tue May 25 16:46:18 2004
+++ llvm-java/test/Compiler/LookupSwitch.java	Thu May 27 07:50:41 2004
@@ -1,5 +1,3 @@
-package edu.uiuc.cs.llvm;
-
 public class LookupSwitch
 {
     public static int main(String[] args) {


Index: llvm-java/test/Compiler/If.java
diff -u llvm-java/test/Compiler/If.java:1.1 llvm-java/test/Compiler/If.java:1.2
--- llvm-java/test/Compiler/If.java:1.1	Tue May 25 16:46:18 2004
+++ llvm-java/test/Compiler/If.java	Thu May 27 07:50:41 2004
@@ -1,5 +1,3 @@
-package edu.uiuc.cs.llvm;
-
 public class If
 {
     public static int main(String[] args) {


Index: llvm-java/test/Compiler/Arithm.java
diff -u llvm-java/test/Compiler/Arithm.java:1.2 llvm-java/test/Compiler/Arithm.java:1.3
--- llvm-java/test/Compiler/Arithm.java:1.2	Wed May 26 20:12:17 2004
+++ llvm-java/test/Compiler/Arithm.java	Thu May 27 07:50:41 2004
@@ -1,5 +1,3 @@
-package edu.uiuc.cs.llvm;
-
 public class Arithm
 {
     public static int main(String[] args) {





More information about the llvm-commits mailing list