diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
| commit | dd58ef019b700900793a1eb48b52123db01b654e (patch) | |
| tree | fcfbb4df56a744f4ddc6122c50521dd3f1c5e196 /test/CodeGen/PowerPC/fast-isel-conversion-p5.ll | |
| parent | 2fe5752e3a7c345cdb59e869278d36af33c13fa4 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/PowerPC/fast-isel-conversion-p5.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/fast-isel-conversion-p5.ll | 20 |
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 cfb934c6ab02..e4cdf8d7a9c3 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 |
