diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-28 21:08:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-28 21:08:26 +0000 |
commit | ca4362fee74f0f759f45da2e8db05bc304a8fc2b (patch) | |
tree | 54f572ed462f8077c70acee4e0d0996559a6335f /llvm/lib/CodeGen/RegAllocSimple.cpp | |
parent | 871e591e3419cd9a5b73fa11edae0b4d60b6bbc4 (diff) | |
download | bcm5719-llvm-ca4362fee74f0f759f45da2e8db05bc304a8fc2b.tar.gz bcm5719-llvm-ca4362fee74f0f759f45da2e8db05bc304a8fc2b.zip |
Rename FunctionFrameInfo to MachineFrameInfo
llvm-svn: 5200
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocSimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp index 5666887336e..3d1a32b27a0 100644 --- a/llvm/lib/CodeGen/RegAllocSimple.cpp +++ b/llvm/lib/CodeGen/RegAllocSimple.cpp @@ -10,7 +10,7 @@ #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/SSARegMap.h" -#include "llvm/CodeGen/FunctionFrameInfo.h" +#include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/Target/MachineInstrInfo.h" #include "llvm/Target/TargetMachine.h" #include "Support/Statistic.h" |