[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Sat Dec 28 15:01:06 PST 2002
    
    
  
Changes in directory llvm/lib/CodeGen/RegAlloc:
PhyRegAlloc.cpp updated: 1.88 -> 1.89
---
Log message:
Rename MachineFrameInfo to TargetFrameInfo.h
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.88 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.89
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp:1.88	Sat Dec 28 14:35:34 2002
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp	Sat Dec 28 15:00:19 2002
@@ -15,7 +15,7 @@
 #include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/MachineFrameInfo.h"
+#include "llvm/Target/TargetFrameInfo.h"
 #include "llvm/Target/MachineInstrInfo.h"
 #include "llvm/Function.h"
 #include "llvm/Type.h"
    
    
More information about the llvm-commits
mailing list