[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9StackSlots.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Feb 25 13:12:00 PST 2004
Changes in directory llvm/lib/Target/SparcV9:
SparcV9StackSlots.cpp updated: 1.9 -> 1.10
---
Log message:
Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles)
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV9/SparcV9StackSlots.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9StackSlots.cpp:1.9 llvm/lib/Target/SparcV9/SparcV9StackSlots.cpp:1.10
--- llvm/lib/Target/SparcV9/SparcV9StackSlots.cpp:1.9 Tue Nov 11 16:41:33 2003
+++ llvm/lib/Target/SparcV9/SparcV9StackSlots.cpp Wed Feb 25 13:08:11 2004
@@ -13,7 +13,7 @@
//
//===----------------------------------------------------------------------===//
-#include "SparcInternals.h"
+#include "SparcV9Internals.h"
#include "llvm/Constant.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
More information about the llvm-commits
mailing list