[llvm-commits] CVS: llvm-java/lib/Compiler/Compiler.cpp

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu May 27 10:06:05 PDT 2004


Changes in directory llvm-java/lib/Compiler:

Compiler.cpp updated: 1.35 -> 1.36

---
Log message:

Correct FIXME.


---
Diffs of the changes:  (+2 -2)

Index: llvm-java/lib/Compiler/Compiler.cpp
diff -u llvm-java/lib/Compiler/Compiler.cpp:1.35 llvm-java/lib/Compiler/Compiler.cpp:1.36
--- llvm-java/lib/Compiler/Compiler.cpp:1.35	Wed May 26 21:29:55 2004
+++ llvm-java/lib/Compiler/Compiler.cpp	Thu May 27 10:02:44 2004
@@ -126,8 +126,8 @@
     private:
         const Type* getType(JType type) {
             switch (type) {
-                // FIXME: this should really be a non-void type when the object
-                // model is finalized
+            // FIXME: this should really be a pointer to an Object
+            // type when the object model is finalized
             case REFERENCE: return PointerType::get(Type::SByteTy);
             case BOOLEAN: return Type::BoolTy;
             case CHAR: return Type::UShortTy;





More information about the llvm-commits mailing list