summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLocal.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-28 21:08:26 +0000
committerChris Lattner <sabre@nondot.org>2002-12-28 21:08:26 +0000
commitca4362fee74f0f759f45da2e8db05bc304a8fc2b (patch)
tree54f572ed462f8077c70acee4e0d0996559a6335f /llvm/lib/CodeGen/RegAllocLocal.cpp
parent871e591e3419cd9a5b73fa11edae0b4d60b6bbc4 (diff)
downloadbcm5719-llvm-ca4362fee74f0f759f45da2e8db05bc304a8fc2b.tar.gz
bcm5719-llvm-ca4362fee74f0f759f45da2e8db05bc304a8fc2b.zip
Rename FunctionFrameInfo to MachineFrameInfo
llvm-svn: 5200
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLocal.cpp b/llvm/lib/CodeGen/RegAllocLocal.cpp
index 206f798e76a..50d509ae734 100644
--- a/llvm/lib/CodeGen/RegAllocLocal.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud