[llvm-commits] [llvm] r88921 - /llvm/trunk/test/CodeGen/Thumb2/thumb2-tbh.ll
Jim Grosbach
grosbach at apple.com
Mon Nov 16 09:24:45 PST 2009
Author: grosbach
Date: Mon Nov 16 11:24:45 2009
New Revision: 88921
URL: http://llvm.org/viewvc/llvm-project?rev=88921&view=rev
Log:
tbb opt off by default
Modified:
llvm/trunk/test/CodeGen/Thumb2/thumb2-tbh.ll
Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-tbh.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-tbh.ll?rev=88921&r1=88920&r2=88921&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/thumb2-tbh.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/thumb2-tbh.ll Mon Nov 16 11:24:45 2009
@@ -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* }
More information about the llvm-commits
mailing list