MC/Mach-O/ARM: We always use the SECTDIFF reloc type on ARM, which is
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2010-10-24-OnlyUnwindInEntry.ll
1 ; RUN: opt %s -simplifycfg -disable-output
2 ; PR8445
3
4 define void @test() {
5       unwind
6 }