[llvm-commits] [llvm] r56126 - /llvm/trunk/lib/Target/ARM/ARMInstrVFP.td
Jim Grosbach
grosbach at apple.com
Thu Sep 11 14:41:29 PDT 2008
Author: grosbach
Date: Thu Sep 11 16:41:29 2008
New Revision: 56126
URL: http://llvm.org/viewvc/llvm-project?rev=56126&view=rev
Log:
udpate header comment: s/VP/VFP/
Modified:
llvm/trunk/lib/Target/ARM/ARMInstrVFP.td
Modified: llvm/trunk/lib/Target/ARM/ARMInstrVFP.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrVFP.td?rev=56126&r1=56125&r2=56126&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrVFP.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrVFP.td Thu Sep 11 16:41:29 2008
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file describes the ARM VP instruction set.
+// This file describes the ARM VFP instruction set.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list