Work around a GCC 3.3.5 bug noticed by a user.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29490 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index c68251c..1af367a 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -77,7 +77,7 @@
   cl::opt<RegisterScheduler::FunctionPassCtor, false,
           RegisterPassParser<RegisterScheduler> >
   ISHeuristic("sched",
-              cl::init(createDefaultScheduler),
+              cl::init(&createDefaultScheduler),
               cl::desc("Instruction schedulers available:"));
 
   static RegisterScheduler