rename PIC16Section.h -> MCSectionPIC16.h for consistency with

the class it defines.

llvm-svn: 79081
This commit is contained in:
Chris Lattner 2009-08-15 06:13:40 +00:00
parent 7021a8b286
commit 8101f115c5
3 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===//
#include "PIC16AsmPrinter.h"
#include "PIC16Section.h"
#include "MCSectionPIC16.h"
#include "PIC16TargetAsmInfo.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"

View File

@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
#include "PIC16TargetObjectFile.h"
#include "PIC16Section.h"
#include "MCSectionPIC16.h"
#include "PIC16ISelLowering.h"
#include "PIC16TargetMachine.h"
#include "llvm/DerivedTypes.h"