From: Chris Lattner Date: Sat, 15 Aug 2009 06:13:40 +0000 (+0000) Subject: rename PIC16Section.h -> MCSectionPIC16.h for consistency with X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c077621e136bccb20345dbaa122b536eeb6a2881;p=llvm 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 --- diff --git a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp index 3dab34fdab7..8dbfffc6e6a 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 similarity index 100% rename from lib/Target/PIC16/PIC16Section.h rename to lib/Target/PIC16/MCSectionPIC16.h diff --git a/lib/Target/PIC16/PIC16TargetObjectFile.cpp b/lib/Target/PIC16/PIC16TargetObjectFile.cpp index aa865bfb509..07d8381800a 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"