[llvm-commits] [llvm] r63387 - /llvm/trunk/lib/Target/PIC16/PIC16InstrInfo.td

Sanjiv Gupta sanjiv.gupta at microchip.com
Fri Jan 30 01:01:45 PST 2009


Author: sgupta
Date: Fri Jan 30 03:01:44 2009
New Revision: 63387

URL: http://llvm.org/viewvc/llvm-project?rev=63387&view=rev
Log:
Fixed the comment. No functionality change.

Modified:
    llvm/trunk/lib/Target/PIC16/PIC16InstrInfo.td

Modified: llvm/trunk/lib/Target/PIC16/PIC16InstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PIC16/PIC16InstrInfo.td?rev=63387&r1=63386&r2=63387&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PIC16/PIC16InstrInfo.td (original)
+++ llvm/trunk/lib/Target/PIC16/PIC16InstrInfo.td Fri Jan 30 03:01:44 2009
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file describes the ARM instructions in TableGen format.
+// This file describes the PIC16 instructions in TableGen format.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list