[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / test / CodeGen / X86 / callbr-asm-obj-file.ll
blobd526045f93c0a5b976d8c64d7aa34e650fc394a2
1 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -filetype=obj -o - \
2 ; RUN:  | llvm-objdump -triple x86_64-linux-gnu -d - \
3 ; RUN:  | FileCheck %s
5 ; CHECK: 0000000000000000 test1:
6 ; CHECK-NEXT:   0: 74 00 je 0 <test1+0x2>
7 ; CHECK-NEXT:   2: c3    retq
9 define void @test1() {
10 entry:
11   callbr void asm sideeffect "je ${0:l}", "X,~{dirflag},~{fpsr},~{flags}"(i8* blockaddress(@test1, %a.b.normal.jump))
12           to label %asm.fallthrough [label %a.b.normal.jump]
14 asm.fallthrough:
15   ret void
17 a.b.normal.jump:
18   ret void