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 | eb24db9727a7babe863d5afe70c7bda3a460da18 (patch) | |
tree | c5ec190e31b48d8123f5ade0e8eb59fd96173a9b /lib/CodeGen/RegAllocLocal.cpp | |
parent | 8bd66e690779c838db51f55cf0b31d7206b3b659 (diff) |
Rename FunctionFrameInfo to MachineFrameInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLocal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index 206f798e76..50d509ae73 100644 --- a/lib/CodeGen/RegAllocLocal.cpp +++ b/lib/CodeGen/RegAllocLocal.cpp @@ -8,7 +8,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" |