summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocSimple.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/RegAllocSimple.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/RegAllocSimple.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocSimple.cpp2
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"
OpenPOWER on IntegriCloud