Remove trailing whitespace. Add newline.
authorAkira Hatanaka <ahatanaka@mips.com>
Thu, 16 Feb 2012 17:48:20 +0000 (17:48 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Thu, 16 Feb 2012 17:48:20 +0000 (17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150706 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsInstrFPU.td

index 28cde9159ca4f5d468ae7c4c0a00d783c27f78d6..568cfa57083c3265d620ffce99ad5325231ef740 100644 (file)
@@ -337,9 +337,9 @@ let Predicates = [IsFP64bit] in {
             (CVT_D64_L (DMTC1 CPU64Regs:$src))>;
 
   def : Pat<(i32 (fp_to_sint FGR64:$src)), (MFC1 (TRUNC_W_D64 FGR64:$src))>;
-  def : Pat<(i64 (fp_to_sint FGR32:$src)), (DMFC1 (TRUNC_L_S FGR32:$src))>;    
+  def : Pat<(i64 (fp_to_sint FGR32:$src)), (DMFC1 (TRUNC_L_S FGR32:$src))>;
   def : Pat<(i64 (fp_to_sint FGR64:$src)), (DMFC1 (TRUNC_L_D64 FGR64:$src))>;
 
   def : Pat<(f32 (fround FGR64:$src)), (CVT_S_D64 FGR64:$src)>;
   def : Pat<(f64 (fextend FGR32:$src)), (CVT_D64_S FGR32:$src)>;
-}
\ No newline at end of file
+}