diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-28 21:00:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-28 21:00:25 +0000 |
commit | 8bd66e690779c838db51f55cf0b31d7206b3b659 (patch) | |
tree | 2380a73a52e8e044db099009dc8c62586f86cea2 /lib/CodeGen/MachineFunction.cpp | |
parent | 58b3328ac709a5706a8bfa522012ed90f1b4d4bd (diff) |
Rename MachineFrameInfo to TargetFrameInfo.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5199 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineFunction.cpp')
-rw-r--r-- | lib/CodeGen/MachineFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index cfaf971fe9..8c73de33fe 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -13,7 +13,7 @@ #include "llvm/CodeGen/MachineFunctionInfo.h" #include "llvm/CodeGen/FunctionFrameInfo.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Target/MachineFrameInfo.h" +#include "llvm/Target/TargetFrameInfo.h" #include "llvm/Target/MachineCacheInfo.h" #include "llvm/Function.h" #include "llvm/iOther.h" |