[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ELF / call-abs.s
blob145b9a7da2f55e1c2d82babfd8b533b27e591374
1 // RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu %s -o - | llvm-readobj -r | FileCheck %s
3 .text
4 .globl f
5 .type f,@function
6 f: # @f
7 # %bb.0: # %entry
8 subl $4, %esp
9 calll 42
10 incl %eax
11 addl $4, %esp
12 ret
13 .Ltmp0:
14 .size f, .Ltmp0-f
16 .section .note.GNU-stack,"",@progbits
18 // CHECK: Relocations [
19 // CHECK: Section ({{[^ ]+}}) {{[^ ]+}} {
20 // CHECK-NEXT: 0x4 R_386_PC32 -
21 // CHECK-NEXT: }
22 // CHECK-NEXT: ]