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

Jim Grosbach grosbach at apple.com
Mon Nov 9 09:18:21 PST 2009


Author: grosbach
Date: Mon Nov  9 11:18:21 2009
New Revision: 86560

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

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=86560&r1=86559&r2=86560&view=diff

==============================================================================
--- llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td (original)
+++ llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrVFP.td Mon Nov  9 11:18:21 2009
@@ -194,11 +194,11 @@
 
 let Defs = [FPSCR] in {
 def VCMPEZD : ADuI<0b11101011, 0b0101, 0b1100, (outs), (ins DPR:$a),
-                  IIC_fpCMP64, "vcmpe", ".f64\t$a, #0.0",
+                  IIC_fpCMP64, "vcmpe", ".f64\t$a, #0",
                   [(arm_cmpfp0 DPR:$a)]>;
 
 def VCMPEZS : ASuI<0b11101011, 0b0101, 0b1100, (outs), (ins SPR:$a),
-                  IIC_fpCMP32, "vcmpe", ".f32\t$a, #0.0",
+                  IIC_fpCMP32, "vcmpe", ".f32\t$a, #0",
                   [(arm_cmpfp0 SPR:$a)]>;
 }
 





More information about the llvm-branch-commits mailing list