diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-11-16 17:24:45 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-11-16 17:24:45 +0000 |
| commit | c0517504e57e945bccd68f5e2e4edc350eda1989 (patch) | |
| tree | b52f4551c1eb5ba5c37fa29b9a5df18897a35db3 /test/CodeGen/Thumb2 | |
| parent | b2e86bb142c882c68c54723f65c572def9bf77cc (diff) | |
| download | external_llvm-c0517504e57e945bccd68f5e2e4edc350eda1989.zip external_llvm-c0517504e57e945bccd68f5e2e4edc350eda1989.tar.gz external_llvm-c0517504e57e945bccd68f5e2e4edc350eda1989.tar.bz2 | |
tbb opt off by default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2')
| -rw-r--r-- | test/CodeGen/Thumb2/thumb2-tbh.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-tbh.ll b/test/CodeGen/Thumb2/thumb2-tbh.ll index 2cf1d6a..916d467 100644 --- a/test/CodeGen/Thumb2/thumb2-tbh.ll +++ b/test/CodeGen/Thumb2/thumb2-tbh.ll @@ -1,6 +1,7 @@ ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -relocation-model=pic | FileCheck %s ; Thumb2 target should reorder the bb's in order to use tbb / tbh. +; XFAIL: * %struct.R_flstr = type { i32, i32, i8* } %struct._T_tstr = type { i32, %struct.R_flstr*, %struct._T_tstr* } |
