From 168ef6633093984e64eb8cb157cc9664da6dbfa6 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 24 Jul 2015 01:07:50 +0000 Subject: Clean up function attributes on PPC fast-isel tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243079 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/fast-isel-conversion-p5.ll | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'test/CodeGen/PowerPC/fast-isel-conversion-p5.ll') diff --git a/test/CodeGen/PowerPC/fast-isel-conversion-p5.ll b/test/CodeGen/PowerPC/fast-isel-conversion-p5.ll index cfb934c6ab0..e4cdf8d7a9c 100644 --- a/test/CodeGen/PowerPC/fast-isel-conversion-p5.ll +++ b/test/CodeGen/PowerPC/fast-isel-conversion-p5.ll @@ -2,7 +2,7 @@ ; Test sitofp -define void @sitofp_double_i32(i32 %a, double %b) nounwind ssp { +define void @sitofp_double_i32(i32 %a, double %b) nounwind { entry: ; ELF64: sitofp_double_i32 %b.addr = alloca double, align 8 @@ -14,7 +14,7 @@ entry: ret void } -define void @sitofp_double_i64(i64 %a, double %b) nounwind ssp { +define void @sitofp_double_i64(i64 %a, double %b) nounwind { entry: ; ELF64: sitofp_double_i64 %b.addr = alloca double, align 8 @@ -26,7 +26,7 @@ entry: ret void } -define void @sitofp_double_i16(i16 %a, double %b) nounwind ssp { +define void @sitofp_double_i16(i16 %a, double %b) nounwind { entry: ; ELF64: sitofp_double_i16 %b.addr = alloca double, align 8 @@ -39,7 +39,7 @@ entry: ret void } -define void @sitofp_double_i8(i8 %a, double %b) nounwind ssp { +define void @sitofp_double_i8(i8 %a, double %b) nounwind { entry: ; ELF64: sitofp_double_i8 %b.addr = alloca double, align 8 @@ -54,7 +54,7 @@ entry: ; Test fptosi -define void @fptosi_float_i32(float %a) nounwind ssp { +define void @fptosi_float_i32(float %a) nounwind { entry: ; ELF64: fptosi_float_i32 %b.addr = alloca i32, align 4 @@ -66,7 +66,7 @@ entry: ret void } -define void @fptosi_float_i64(float %a) nounwind ssp { +define void @fptosi_float_i64(float %a) nounwind { entry: ; ELF64: fptosi_float_i64 %b.addr = alloca i64, align 4 @@ -78,7 +78,7 @@ entry: ret void } -define void @fptosi_double_i32(double %a) nounwind ssp { +define void @fptosi_double_i32(double %a) nounwind { entry: ; ELF64: fptosi_double_i32 %b.addr = alloca i32, align 8 @@ -90,7 +90,7 @@ entry: ret void } -define void @fptosi_double_i64(double %a) nounwind ssp { +define void @fptosi_double_i64(double %a) nounwind { entry: ; ELF64: fptosi_double_i64 %b.addr = alloca i64, align 8 @@ -104,7 +104,7 @@ entry: ; Test fptoui -define void @fptoui_float_i32(float %a) nounwind ssp { +define void @fptoui_float_i32(float %a) nounwind { entry: ; ELF64: fptoui_float_i32 %b.addr = alloca i32, align 4 @@ -116,7 +116,7 @@ entry: ret void } -define void @fptoui_double_i32(double %a) nounwind ssp { +define void @fptoui_double_i32(double %a) nounwind { entry: ; ELF64: fptoui_double_i32 %b.addr = alloca i32, align 8 -- cgit v1.2.3