summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fast-isel-conversion-p5.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-07-24 01:07:50 +0000
committerEric Christopher <echristo@gmail.com>2015-07-24 01:07:50 +0000
commit168ef6633093984e64eb8cb157cc9664da6dbfa6 (patch)
tree1c448c6138b9fc348af2aab5a76aed2e307603af /test/CodeGen/PowerPC/fast-isel-conversion-p5.ll
parent33a9a09cd77dfb4282da4c4e76d37f825c773a50 (diff)
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
Diffstat (limited to 'test/CodeGen/PowerPC/fast-isel-conversion-p5.ll')
-rw-r--r--test/CodeGen/PowerPC/fast-isel-conversion-p5.ll20
1 files changed, 10 insertions, 10 deletions
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