Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parameter)
[oota-llvm.git] / lib / CodeGen / SplitKit.h
index d567c0420d96a1c2c7ef56252c8f7afe516cfd6e..cd059dffd6124f5ceecbd266ed651cb52f7d5d92 100644 (file)
@@ -56,8 +56,8 @@ class SplitAnalysis {
   bool canAnalyzeBranch(const MachineBasicBlock *MBB);
 
 public:
-  SplitAnalysis(const MachineFunction *mf, const LiveIntervals *lis,
-                const MachineLoopInfo *mli);
+  SplitAnalysis(const MachineFunction &mf, const LiveIntervals &lis,
+                const MachineLoopInfo &mli);
 
   /// analyze - set curli to the specified interval, and analyze how it may be
   /// split.