From: Chris Lattner Date: Mon, 16 Jun 2003 15:31:52 +0000 (+0000) Subject: Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff97fbc527435579918917e478ebc0605f73fd1a;p=oota-llvm.git Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6712 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 8472ce0929c..8304712bb97 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -20,9 +20,7 @@ #include "llvm/CodeGen/RegisterAllocation.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/Reoptimizer/Mapping/MappingInfo.h" -#include "llvm/Reoptimizer/Mapping/FInfo.h" #include "Support/CommandLine.h" -using std::cerr; static const unsigned ImplicitRegUseList[] = { 0 }; /* not used yet */ // Build the MachineInstruction Description Array...