commit | 150666fd82f96a8615e63d3797e2d00f3edcb3e0 | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Wed Feb 25 19:08:12 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Wed Feb 25 19:08:12 2004 +0000 |
tree | c004d449da4f6e6d623edf4d1ae3158f31dcacd3 | |
parent | e3d6807ab50d52f72333c1f892500b664c797b13 [diff] [blame] |
Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11827 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9StackSlots.cpp b/lib/Target/SparcV9/SparcV9StackSlots.cpp index 5fd0ba1..e11effc 100644 --- a/lib/Target/SparcV9/SparcV9StackSlots.cpp +++ b/lib/Target/SparcV9/SparcV9StackSlots.cpp
@@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -#include "SparcInternals.h" +#include "SparcV9Internals.h" #include "llvm/Constant.h" #include "llvm/DerivedTypes.h" #include "llvm/Function.h"