diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-11-21 21:40:08 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-11-21 21:40:08 +0000 |
| commit | f3b33d0b2a50777ddb467e8adefbb018b16570d2 (patch) | |
| tree | 4d9f034e1520bec850cc9b59d558c89665283d44 /test/CodeGen/Thumb2 | |
| parent | ac0869dc8a7986855c5557cc67d4709600158ef5 (diff) | |
| download | external_llvm-f3b33d0b2a50777ddb467e8adefbb018b16570d2.zip external_llvm-f3b33d0b2a50777ddb467e8adefbb018b16570d2.tar.gz external_llvm-f3b33d0b2a50777ddb467e8adefbb018b16570d2.tar.bz2 | |
Darwin requires a frame pointer for all non-leaf functions to support correct
backtraces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2')
| -rw-r--r-- | test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 1 | ||||
| -rw-r--r-- | test/CodeGen/Thumb2/thumb2-ifcvt2.ll | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-ifcvt1.ll b/test/CodeGen/Thumb2/thumb2-ifcvt1.ll index 71199ab..617d0b1 100644 --- a/test/CodeGen/Thumb2/thumb2-ifcvt1.ll +++ b/test/CodeGen/Thumb2/thumb2-ifcvt1.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s +; XFAIL: * define i32 @t1(i32 %a, i32 %b, i32 %c, i32 %d) { ; CHECK: t1: diff --git a/test/CodeGen/Thumb2/thumb2-ifcvt2.ll b/test/CodeGen/Thumb2/thumb2-ifcvt2.ll index d917ffe..5ff9bfd 100644 --- a/test/CodeGen/Thumb2/thumb2-ifcvt2.ll +++ b/test/CodeGen/Thumb2/thumb2-ifcvt2.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s +; XFAIL: * define void @foo(i32 %X, i32 %Y) { entry: |
