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 | 6362cbe64e0a4ea472dcc5c1f31cf470cf196853 (patch) | |
| tree | f94827a78b67beb50df77208cbc863ce801e20ee /llvm/lib/Target | |
| parent | 4b9ea39e76ef51805e5a5a468072b42340c83b9c (diff) | |
| download | bcm5719-llvm-6362cbe64e0a4ea472dcc5c1f31cf470cf196853.tar.gz bcm5719-llvm-6362cbe64e0a4ea472dcc5c1f31cf470cf196853.zip | |
rename PIC16Section.h -> MCSectionPIC16.h for consistency with
the class it defines.
llvm-svn: 79081
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/PIC16/MCSectionPIC16.h (renamed from llvm/lib/Target/PIC16/PIC16Section.h) | 0 | ||||
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetObjectFile.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp b/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp index 3dab34fdab7..8dbfffc6e6a 100644 --- a/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp +++ b/llvm/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/llvm/lib/Target/PIC16/PIC16Section.h b/llvm/lib/Target/PIC16/MCSectionPIC16.h index 0a2d09145c3..0a2d09145c3 100644 --- a/llvm/lib/Target/PIC16/PIC16Section.h +++ b/llvm/lib/Target/PIC16/MCSectionPIC16.h diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.cpp b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.cpp index aa865bfb509..07d8381800a 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.cpp +++ b/llvm/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" |

