[llvm] r236460 - zap windows line endings; NFC

Sanjay Patel spatel at rotateright.com
Mon May 4 14:27:28 PDT 2015


Author: spatel
Date: Mon May  4 16:27:27 2015
New Revision: 236460

URL: http://llvm.org/viewvc/llvm-project?rev=236460&view=rev
Log:
zap windows line endings; NFC

Modified:
    llvm/trunk/test/CodeGen/X86/sse-scalar-fp-arith.ll

Modified: llvm/trunk/test/CodeGen/X86/sse-scalar-fp-arith.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse-scalar-fp-arith.ll?rev=236460&r1=236459&r2=236460&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse-scalar-fp-arith.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse-scalar-fp-arith.ll Mon May  4 16:27:27 2015
@@ -98,7 +98,7 @@ define <4 x float> @test_sqrt_ss(<4 x fl
   %2 = call float @llvm.sqrt.f32(float %1)
   %3 = insertelement <4 x float> %a, float %2, i32 0
   ret <4 x float> %3
-}
+}
 declare float @llvm.sqrt.f32(float)
 
 define <2 x double> @test_add_sd(<2 x double> %a, <2 x double> %b) {
@@ -185,7 +185,7 @@ define <2 x double> @test_sqrt_sd(<2 x d
   %2 = call double @llvm.sqrt.f64(double %1)
   %3 = insertelement <2 x double> %a, double %2, i32 0
   ret <2 x double> %3
-}
+}
 declare double @llvm.sqrt.f64(double)
 
 define <4 x float> @test2_add_ss(<4 x float> %a, <4 x float> %b) {





More information about the llvm-commits mailing list