[llvm-commits] [llvm] r98902 - /llvm/trunk/lib/Target/ARM/ARMInstrFormats.td

Bob Wilson bob.wilson at apple.com
Thu Mar 18 16:57:57 PDT 2010


Author: bwilson
Date: Thu Mar 18 18:57:57 2010
New Revision: 98902

URL: http://llvm.org/viewvc/llvm-project?rev=98902&view=rev
Log:
Update comment to refer to the right filename.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrFormats.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrFormats.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrFormats.td?rev=98902&r1=98901&r2=98902&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrFormats.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrFormats.td Thu Mar 18 18:57:57 2010
@@ -71,7 +71,7 @@
 class Xform16Bit { bit canXformTo16Bit = 1; }
 
 //===----------------------------------------------------------------------===//
-// ARM Instruction flags.  These need to match ARMInstrInfo.h.
+// ARM Instruction flags.  These need to match ARMBaseInstrInfo.h.
 //
 
 // Addressing mode.





More information about the llvm-commits mailing list