Changed Call interference info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@917 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h
index 2f437f9..bcaf439 100644
--- a/lib/CodeGen/RegAlloc/IGNode.h
+++ b/lib/CodeGen/RegAlloc/IGNode.h
@@ -122,8 +122,8 @@
// { ParentLR->markForLoadFromStack(); }
- inline unsigned int getNumOfCallInterferences() const
- { return ParentLR->getNumOfCallInterferences(); }
+ inline unsigned int isCallInterference() const
+ { return ParentLR->isCallInterference(); }
inline LiveRange *getParentLR() const
{ return ParentLR; }