From c670bdc311585e9a873eb2282ef0aa1b6762fff8 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 16 Nov 2009 17:24:45 +0000 Subject: [PATCH] tbb opt off by default llvm-svn: 88921 --- llvm/test/CodeGen/Thumb2/thumb2-tbh.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/Thumb2/thumb2-tbh.ll b/llvm/test/CodeGen/Thumb2/thumb2-tbh.ll index 2cf1d6a2afd3..916d46799945 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-tbh.ll +++ b/llvm/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* } -- GitLab