llvm-6502/test/CodeGen
Jakob Stoklund Olesen 2d81106fa0 Handle bundled terminators in isBlockOnlyReachableByFallthrough.
Targets like SPARC and MIPS have delay slots and normally bundle the
delay slot instruction with the corresponding terminator.

Teach isBlockOnlyReachableByFallthrough to find any MBB operands on
bundled terminators so SPARC doesn't need to specialize this function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199061 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-12 19:24:08 +00:00
..
AArch64 Fix non-deterministic SDNodeOrder-dependent codegen 2014-01-12 14:09:17 +00:00
ARM Fix broken CHECK lines. 2014-01-11 21:06:00 +00:00
CPP
Generic Remove a failing test to get the buildbots back to green. 2014-01-06 00:43:09 +00:00
Hexagon
Inputs
Mips Fix broken CHECK lines. 2014-01-11 21:06:00 +00:00
MSP430
NVPTX Fix non-deterministic SDNodeOrder-dependent codegen 2014-01-12 14:09:17 +00:00
PowerPC
R600 Fix broken CHECK lines. 2014-01-11 21:06:00 +00:00
SPARC Handle bundled terminators in isBlockOnlyReachableByFallthrough. 2014-01-12 19:24:08 +00:00
SystemZ [SystemZ] Fix RNSBG bug introduced by r197802 2014-01-09 11:28:53 +00:00
Thumb Fix broken CHECK lines. 2014-01-11 21:06:00 +00:00
Thumb2 Fix broken CHECK lines. 2014-01-11 21:06:00 +00:00
X86 Make test independent of scheduling 2014-01-12 15:57:38 +00:00
XCore Fix broken CHECK lines. 2014-01-11 21:06:00 +00:00