[llvm-commits] [llvm] r79082 - /llvm/trunk/lib/Target/PIC16/MCSectionPIC16.h

Chris Lattner sabre at nondot.org
Fri Aug 14 23:14:07 PDT 2009


Author: lattner
Date: Sat Aug 15 01:14:07 2009
New Revision: 79082

URL: http://llvm.org/viewvc/llvm-project?rev=79082&view=rev
Log:
update for rename.

Modified:
    llvm/trunk/lib/Target/PIC16/MCSectionPIC16.h

Modified: llvm/trunk/lib/Target/PIC16/MCSectionPIC16.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PIC16/MCSectionPIC16.h?rev=79082&r1=79081&r2=79082&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PIC16/MCSectionPIC16.h (original)
+++ llvm/trunk/lib/Target/PIC16/MCSectionPIC16.h Sat Aug 15 01:14:07 2009
@@ -1,4 +1,4 @@
-//===- PIC16Section.h - PIC16-specific section representation ---*- C++ -*-===//
+//===- MCSectionPIC16.h - PIC16-specific section representation -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file declares the MCSection class.
+// This file declares the MCSectionPIC16 class.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list