diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-04-28 18:20:24 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-04-28 18:20:24 +0000 |
commit | 3cf6d4032a54daa4f68618df1c6bb3430587bfb2 (patch) | |
tree | 6191c9a6dc6786fe5bb8a24151b562552ee735bb /llvm/test/CodeGen/X86/fast-isel-x86-64.ll | |
parent | 4b21495e42db6e56906d088d5f66b422c272e30d (diff) | |
download | bcm5719-llvm-3cf6d4032a54daa4f68618df1c6bb3430587bfb2.tar.gz bcm5719-llvm-3cf6d4032a54daa4f68618df1c6bb3430587bfb2.zip |
Actually revert r130348 correctly.
llvm-svn: 130418
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-x86-64.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-x86-64.ll | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-x86-64.ll b/llvm/test/CodeGen/X86/fast-isel-x86-64.ll index 1bc25d95654..a810af5c784 100644 --- a/llvm/test/CodeGen/X86/fast-isel-x86-64.ll +++ b/llvm/test/CodeGen/X86/fast-isel-x86-64.ll @@ -239,19 +239,6 @@ define void @test19(double* %p1) { ; CHECK: pxor } -; Check that we fast-isel sret -%struct.a = type { i64, i64, i64 } -define void @test20() nounwind ssp { -entry: - %tmp = alloca %struct.a, align 8 - call void @test20sret(%struct.a* sret %tmp) - ret void -; CHECK: test20: -; CHECK: leaq (%rsp), %rdi -; CHECK: callq _test20sret -} -declare void @test20sret(%struct.a* sret) - ; Check that -0.0 is not materialized using pxor define void @test21(double* %p1) { store double -0.0, double* %p1 @@ -259,17 +246,4 @@ define void @test21(double* %p1) { ; CHECK: test21: ; CHECK-NOT: pxor ; CHECK: movsd LCPI -} - -; Check that we fast-isel sret -%struct.a = type { i64, i64, i64 } -define void @test20() nounwind ssp { -entry: - %tmp = alloca %struct.a, align 8 - call void @test20sret(%struct.a* sret %tmp) - ret void -; CHECK: test20: -; CHECK: leaq (%rsp), %rdi -; CHECK: callq _test20sret -} -declare void @test20sret(%struct.a* sret) +}
\ No newline at end of file |