diff options
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LowerGC.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LowerGC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LowerGC.cpp b/llvm/lib/Transforms/Scalar/LowerGC.cpp index e0d6933821f..fa06bd0dfcb 100644 --- a/llvm/lib/Transforms/Scalar/LowerGC.cpp +++ b/llvm/lib/Transforms/Scalar/LowerGC.cpp @@ -37,7 +37,7 @@ namespace { /// 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. |

