summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-16 15:31:52 +0000
committerChris Lattner <sabre@nondot.org>2003-06-16 15:31:52 +0000
commit3bcde17e003464dd59a5a49a1d2406210f488d8e (patch)
tree2e59bcfd1a354bb285e978bdd5deb6dbece3fe85 /llvm/lib/Target/Sparc
parent617ea34a6de28be3b61b25bd1467f6828046f996 (diff)
downloadbcm5719-llvm-3bcde17e003464dd59a5a49a1d2406210f488d8e.tar.gz
bcm5719-llvm-3bcde17e003464dd59a5a49a1d2406210f488d8e.zip
Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h
llvm-svn: 6712
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/Sparc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/Sparc.cpp b/llvm/lib/Target/Sparc/Sparc.cpp
index 8472ce0929c..8304712bb97 100644
--- a/llvm/lib/Target/Sparc/Sparc.cpp
+++ b/llvm/lib/Target/Sparc/Sparc.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...
OpenPOWER on IntegriCloud