diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:13:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:13:40 +0000 |
commit | 19435563ba3d3a3d0ffcb97493ac97d9eb386af5 (patch) | |
tree | 3342fc59c4ff432cf3d47acdee0beb7fe6143e13 /lib/Target | |
parent | 829cc0a0a2dc12b8e003f02151ab9ede395dbc28 (diff) | |
download | external_llvm-19435563ba3d3a3d0ffcb97493ac97d9eb386af5.zip external_llvm-19435563ba3d3a3d0ffcb97493ac97d9eb386af5.tar.gz external_llvm-19435563ba3d3a3d0ffcb97493ac97d9eb386af5.tar.bz2 |
rename PIC16Section.h -> MCSectionPIC16.h for consistency with
the class it defines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp | 2 | ||||
-rw-r--r-- | lib/Target/PIC16/MCSectionPIC16.h (renamed from lib/Target/PIC16/PIC16Section.h) | 0 | ||||
-rw-r--r-- | lib/Target/PIC16/PIC16TargetObjectFile.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp index 3dab34f..8dbfffc 100644 --- a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp +++ b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #include "PIC16AsmPrinter.h" -#include "PIC16Section.h" +#include "MCSectionPIC16.h" #include "PIC16TargetAsmInfo.h" #include "llvm/DerivedTypes.h" #include "llvm/Function.h" diff --git a/lib/Target/PIC16/PIC16Section.h b/lib/Target/PIC16/MCSectionPIC16.h index 0a2d091..0a2d091 100644 --- a/lib/Target/PIC16/PIC16Section.h +++ b/lib/Target/PIC16/MCSectionPIC16.h diff --git a/lib/Target/PIC16/PIC16TargetObjectFile.cpp b/lib/Target/PIC16/PIC16TargetObjectFile.cpp index aa865bf..07d8381 100644 --- a/lib/Target/PIC16/PIC16TargetObjectFile.cpp +++ b/lib/Target/PIC16/PIC16TargetObjectFile.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// #include "PIC16TargetObjectFile.h" -#include "PIC16Section.h" +#include "MCSectionPIC16.h" #include "PIC16ISelLowering.h" #include "PIC16TargetMachine.h" #include "llvm/DerivedTypes.h" |