[llvm-branch-commits] [llvm-branch] r89732 - /llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrVFP.td

Evan Cheng evan.cheng at apple.com
Mon Nov 23 18:01:36 PST 2009


Author: evancheng
Date: Mon Nov 23 20:01:36 2009
New Revision: 89732

URL: http://llvm.org/viewvc/llvm-project?rev=89732&view=rev
Log:
Merge 89723.

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

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

==============================================================================
--- llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrVFP.td (original)
+++ llvm/branches/Apple/Zoidberg/lib/Target/ARM/ARMInstrVFP.td Mon Nov 23 20:01:36 2009
@@ -437,7 +437,7 @@
 let isReMaterializable = 1 in {
 def FCONSTD : VFPAI<(outs DPR:$dst), (ins vfp_f64imm:$imm),
                     VFPMiscFrm, IIC_VMOVImm,
-                    "vmov.f64", "\t$dst, $imm",
+                    "vmov", ".f64\t$dst, $imm",
                     [(set DPR:$dst, vfp_f64imm:$imm)]>, Requires<[HasVFP3]> {
   let Inst{27-23} = 0b11101;
   let Inst{21-20} = 0b11;
@@ -448,7 +448,7 @@
 
 def FCONSTS : VFPAI<(outs SPR:$dst), (ins vfp_f32imm:$imm),
                     VFPMiscFrm, IIC_VMOVImm,
-                    "vmov.f32", "\t$dst, $imm",
+                    "vmov", ".f32\t$dst, $imm",
                     [(set SPR:$dst, vfp_f32imm:$imm)]>, Requires<[HasVFP3]> {
   let Inst{27-23} = 0b11101;
   let Inst{21-20} = 0b11;





More information about the llvm-branch-commits mailing list