From 3c5236ae68629721ecd90f1a80d1e212904459a8 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 10 Feb 2015 02:39:17 +0000 Subject: [PATCH] Remove non-test files that appear to have been accidentally committed in r228641. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228657 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/win64_alloca_dynalloca.s | 29 ------------------ test/CodeGen/X86/win64_eh.s | 50 ------------------------------- 2 files changed, 79 deletions(-) delete mode 100644 test/CodeGen/X86/win64_alloca_dynalloca.s delete mode 100644 test/CodeGen/X86/win64_eh.s diff --git a/test/CodeGen/X86/win64_alloca_dynalloca.s b/test/CodeGen/X86/win64_alloca_dynalloca.s deleted file mode 100644 index d2c6af211f3..00000000000 --- a/test/CodeGen/X86/win64_alloca_dynalloca.s +++ /dev/null @@ -1,29 +0,0 @@ - .text - .def unaligned; - .scl 2; - .type 32; - .endef - .globl unaligned - .align 16, 0x90 -unaligned: # @unaligned -# BB#0: # %entry - pushq %rbp - movabsq $4096, %rax # imm = 0x1000 - callq __chkstk - subq %rax, %rsp - leaq 128(%rsp), %rbp - leaq 15(%rcx), %rax - andq $-16, %rax - callq __chkstk - subq %rax, %rsp - movq %rsp, %rax - subq $48, %rsp - movq %rax, 32(%rsp) - leaq -128(%rbp), %r9 - movq %rcx, %r8 - callq bar - leaq 4016(%rbp), %rsp - popq %rbp - retq - - diff --git a/test/CodeGen/X86/win64_eh.s b/test/CodeGen/X86/win64_eh.s deleted file mode 100644 index 5e7ea3d9735..00000000000 --- a/test/CodeGen/X86/win64_eh.s +++ /dev/null @@ -1,50 +0,0 @@ - .text - .def foo5; - .scl 2; - .type 32; - .endef - .globl foo5 - .align 16, 0x90 -foo5: # @foo5 -.Ltmp0: -.seh_proc foo5 -# BB#0: # %entry - pushq %rbp -.Ltmp1: - .seh_pushreg 5 - pushq %rdi -.Ltmp2: - .seh_pushreg 7 - pushq %rbx -.Ltmp3: - .seh_pushreg 3 - subq $384, %rsp # imm = 0x180 -.Ltmp4: - .seh_stackalloc 384 - leaq 128(%rsp), %rbp -.Ltmp5: - .seh_setframe 5, 128 - movaps %xmm7, -32(%rbp) # 16-byte Spill - movaps %xmm6, -48(%rbp) # 16-byte Spill -.Ltmp6: - .seh_savexmm 6, 80 -.Ltmp7: - .seh_savexmm 7, 96 -.Ltmp8: - .seh_endprologue - andq $-64, %rsp - #APP - #NO_APP - movl $42, (%rsp) - movaps -48(%rbp), %xmm6 # 16-byte Reload - movaps -32(%rbp), %xmm7 # 16-byte Reload - leaq 256(%rbp), %rsp - popq %rbx - popq %rdi - popq %rbp - retq -.Leh_func_end0: -.Ltmp9: - .seh_endproc - - -- 2.11.0