Changes in directory llvm/lib/Transforms/Scalar:
LowerGC.cpp updated: 1.17 -> 1.18 --- Log message: relax some types --- Diffs of the changes: (+1 -1) LowerGC.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Scalar/LowerGC.cpp diff -u llvm/lib/Transforms/Scalar/LowerGC.cpp:1.17 llvm/lib/Transforms/Scalar/LowerGC.cpp:1.18 --- llvm/lib/Transforms/Scalar/LowerGC.cpp:1.17 Sat Dec 30 23:48:39 2006 +++ llvm/lib/Transforms/Scalar/LowerGC.cpp Sun Jan 7 00:56:34 2007 @@ -37,7 +37,7 @@ /// GCRead/GCWrite - These are the functions provided by the garbage /// collector for read/write barriers. - Function *GCRead, *GCWrite; + Constant *GCRead, *GCWrite; /// RootChain - This is the global linked-list that contains the chain of GC /// roots. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits