[llvm-branch-commits] [llvm-branch] r87055 - /llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td

Jim Grosbach grosbach at apple.com
Thu Nov 12 17:18:09 PST 2009


Author: grosbach
Date: Thu Nov 12 19:18:08 2009
New Revision: 87055

URL: http://llvm.org/viewvc/llvm-project?rev=87055&view=rev
Log:
merge 87054

Modified:
    llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td

Modified: llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td?rev=87055&r1=87054&r2=87055&view=diff

==============================================================================
--- llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td (original)
+++ llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td Thu Nov 12 19:18:08 2009
@@ -420,7 +420,7 @@
 
 let Defs = [CPSR], Uses = [FPSCR] in
 def FMSTAT : VFPAI<(outs), (ins), VFPMiscFrm, IIC_fpSTAT, "vmrs",
-                   "\tAPSR_nzcv, FPSCR",
+                   "\tapsr_nzcv, fpscr",
              [(arm_fmstat)]> {
   let Inst{27-20} = 0b11101111;
   let Inst{19-16} = 0b0001;





More information about the llvm-branch-commits mailing list