From c2d01fd5c22563e04a9722b61ba6c9337009ea73 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 16 May 2013 16:34:38 +0000 Subject: [PATCH] More addFrameMove test coverage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182021 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/bigstructret2.ll | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/bigstructret2.ll b/test/CodeGen/X86/bigstructret2.ll index 46e0fd21764..6b3bd49f19e 100644 --- a/test/CodeGen/X86/bigstructret2.ll +++ b/test/CodeGen/X86/bigstructret2.ll @@ -1,4 +1,12 @@ -; RUN: llc < %s -march=x86 -o %t +; RUN: llc < %s -march=x86 | FileCheck %s + +; CHECK: .cfi_startproc +; CHECK: .cfi_def_cfa_offset 8 +; CHECK: .cfi_def_cfa_offset 12 +; CHECK: .cfi_def_cfa_offset 32 +; CHECK: .cfi_offset %esi, -12 +; CHECK: .cfi_offset %edi, -8 +; CHECK: .cfi_endproc %0 = type { i64, i64 } -- 2.34.1