From: Rafael Espindola Date: Thu, 16 May 2013 16:34:38 +0000 (+0000) Subject: More addFrameMove test coverage. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c2d01fd5c22563e04a9722b61ba6c9337009ea73;p=oota-llvm.git More addFrameMove test coverage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182021 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }