[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Wed Feb 25 12:45:35 PST 2004


Changes in directory llvm/lib/Target/SparcV9/InstrSelection:

InstrSelectionSupport.cpp updated: 1.63 -> 1.64
Makefile updated: 1.4 -> 1.5

---
Log message:

Great renaming: Sparc --> SparcV9

---
Diffs of the changes:  (+2 -2)

Index: llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
diff -u llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.63 llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.64
--- llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp:1.63	Fri Feb 13 15:01:19 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp	Wed Feb 25 12:44:15 2004
@@ -23,7 +23,7 @@
 #include "llvm/Constants.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/DerivedTypes.h"
-#include "../SparcInstrSelectionSupport.h"
+#include "../SparcV9InstrSelectionSupport.h"
 
 namespace llvm {
 


Index: llvm/lib/Target/SparcV9/InstrSelection/Makefile
diff -u llvm/lib/Target/SparcV9/InstrSelection/Makefile:1.4 llvm/lib/Target/SparcV9/InstrSelection/Makefile:1.5
--- llvm/lib/Target/SparcV9/InstrSelection/Makefile:1.4	Fri Jan  9 00:22:34 2004
+++ llvm/lib/Target/SparcV9/InstrSelection/Makefile	Wed Feb 25 12:44:15 2004
@@ -9,6 +9,6 @@
 
 LEVEL = ../../../..
 DIRS  = 
-LIBRARYNAME = select
+LIBRARYNAME = sparcv9select
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list