mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
tbb opt off by default
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88921 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2e86bb142
commit
c0517504e5
@ -1,6 +1,7 @@
|
|||||||
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -relocation-model=pic | FileCheck %s
|
; 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.
|
; Thumb2 target should reorder the bb's in order to use tbb / tbh.
|
||||||
|
; XFAIL: *
|
||||||
|
|
||||||
%struct.R_flstr = type { i32, i32, i8* }
|
%struct.R_flstr = type { i32, i32, i8* }
|
||||||
%struct._T_tstr = type { i32, %struct.R_flstr*, %struct._T_tstr* }
|
%struct._T_tstr = type { i32, %struct.R_flstr*, %struct._T_tstr* }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user