diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-05-04 21:27:27 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-05-04 21:27:27 +0000 |
| commit | ec2d7358b9facb1c1bd2ec9afa817c920ff85a87 (patch) | |
| tree | 80db452633a3c4f32385a937294f8177cc878e16 | |
| parent | 7862b01a63d60172f75dda9fc52f677152a4a36f (diff) | |
| download | bcm5719-llvm-ec2d7358b9facb1c1bd2ec9afa817c920ff85a87.tar.gz bcm5719-llvm-ec2d7358b9facb1c1bd2ec9afa817c920ff85a87.zip | |
zap windows line endings; NFC
llvm-svn: 236460
| -rw-r--r-- | llvm/test/CodeGen/X86/sse-scalar-fp-arith.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/sse-scalar-fp-arith.ll b/llvm/test/CodeGen/X86/sse-scalar-fp-arith.ll index 4d7e1cb2e19..7162d2715bc 100644 --- a/llvm/test/CodeGen/X86/sse-scalar-fp-arith.ll +++ b/llvm/test/CodeGen/X86/sse-scalar-fp-arith.ll @@ -98,7 +98,7 @@ define <4 x float> @test_sqrt_ss(<4 x float> %a) { %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 double> %a) { %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) { |

