summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-28 21:00:25 +0000
committerChris Lattner <sabre@nondot.org>2002-12-28 21:00:25 +0000
commit871e591e3419cd9a5b73fa11edae0b4d60b6bbc4 (patch)
tree26daf7b10308452f1625cf072916426e03b6316c /llvm/lib/CodeGen/MachineFunction.cpp
parentc8b36e6362a17270c279c113d79765848b35d79a (diff)
downloadbcm5719-llvm-871e591e3419cd9a5b73fa11edae0b4d60b6bbc4.tar.gz
bcm5719-llvm-871e591e3419cd9a5b73fa11edae0b4d60b6bbc4.zip
Rename MachineFrameInfo to TargetFrameInfo.h
llvm-svn: 5199
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp
index cfaf971fe90..8c73de33fe8 100644
--- a/llvm/lib/CodeGen/MachineFunction.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud