diff options
| author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-01-30 09:01:44 +0000 | 
|---|---|---|
| committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-01-30 09:01:44 +0000 | 
| commit | c10d810303e2ba18d6723f47a31d2da40ae4af25 (patch) | |
| tree | ee891aee6d641d205676c9f75ab2d454eccaf5b4 /llvm/lib | |
| parent | 1e36fbb5ed5559665b7bd1ee13d4eba883db6e60 (diff) | |
| download | bcm5719-llvm-c10d810303e2ba18d6723f47a31d2da40ae4af25.tar.gz bcm5719-llvm-c10d810303e2ba18d6723f47a31d2da40ae4af25.zip | |
Fixed the comment. No functionality change.
llvm-svn: 63387
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16InstrInfo.td | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/PIC16/PIC16InstrInfo.td b/llvm/lib/Target/PIC16/PIC16InstrInfo.td index 077b50838e8..31ceba37996 100644 --- a/llvm/lib/Target/PIC16/PIC16InstrInfo.td +++ b/llvm/lib/Target/PIC16/PIC16InstrInfo.td @@ -7,7 +7,7 @@  //  //===----------------------------------------------------------------------===//  // -// This file describes the ARM instructions in TableGen format. +// This file describes the PIC16 instructions in TableGen format.  //  //===----------------------------------------------------------------------===// | 

