diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:14:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-15 06:14:07 +0000 |
commit | 70ad9e237cb8cbfefe1f15e5cf1e77cb3631e3b1 (patch) | |
tree | 25eabf43d2ea49fad58e43ffd967260802f71b63 /lib/Target | |
parent | 19435563ba3d3a3d0ffcb97493ac97d9eb386af5 (diff) | |
download | external_llvm-70ad9e237cb8cbfefe1f15e5cf1e77cb3631e3b1.zip external_llvm-70ad9e237cb8cbfefe1f15e5cf1e77cb3631e3b1.tar.gz external_llvm-70ad9e237cb8cbfefe1f15e5cf1e77cb3631e3b1.tar.bz2 |
update for rename.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/PIC16/MCSectionPIC16.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/MCSectionPIC16.h b/lib/Target/PIC16/MCSectionPIC16.h index 0a2d091..66607c8 100644 --- a/lib/Target/PIC16/MCSectionPIC16.h +++ b/lib/Target/PIC16/MCSectionPIC16.h @@ -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. // //===----------------------------------------------------------------------===// |