[llvm-commits] CVS: llvm/test/Feature/forwardreftest.ll

Chris Lattner lattner at cs.uiuc.edu
Wed Jul 14 16:14:17 PDT 2004



Changes in directory llvm/test/Feature:

forwardreftest.ll updated: 1.5 -> 1.6

---
Log message:

You cannot pass functions by value, what does that even mean??


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

Index: llvm/test/Feature/forwardreftest.ll
diff -u llvm/test/Feature/forwardreftest.ll:1.5 llvm/test/Feature/forwardreftest.ll:1.6
--- llvm/test/Feature/forwardreftest.ll:1.5	Sun Oct  6 17:43:49 2002
+++ llvm/test/Feature/forwardreftest.ll	Wed Jul 14 18:14:07 2004
@@ -1,8 +1,8 @@
   %myty = type int 
   %myfn = type float (int,double,uint,short)
-  type int(%myfn)
+  type int(%myfn*)
   type int(int)
-  type int(int(int))
+  type int(int(int)*)
 
   %thisfuncty = type int (int) *
 implementation





More information about the llvm-commits mailing list