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 | d1225c9a6179c4429b4eb7d937ee40dedf39d3de (patch) | |
tree | b52f4551c1eb5ba5c37fa29b9a5df18897a35db3 /test/CodeGen/Thumb2 | |
parent | fad80ae623fc6897ea32966208814e9a4c70802e (diff) | |
download | external_llvm-d1225c9a6179c4429b4eb7d937ee40dedf39d3de.zip external_llvm-d1225c9a6179c4429b4eb7d937ee40dedf39d3de.tar.gz external_llvm-d1225c9a6179c4429b4eb7d937ee40dedf39d3de.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* } |