[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LowerGC.cpp
Chris Lattner
sabre at nondot.org
Sat Jan 6 22:56:49 PST 2007
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.
More information about the llvm-commits
mailing list