Changed Call interference info

llvm-svn: 917
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index 243b3fa..bd41c88 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -84,6 +84,8 @@
   void insertCallerSavingCode(const MachineInstr *MInst, 
 			      const BasicBlock *BB );
 
+  void setCallInterferences(const MachineInstr *MInst, 
+			    const LiveVarSet *const LVSetAft );
 
   inline void constructLiveRanges() 
     { LRI.constructLiveRanges(); }