[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git] / test / Instrumentation / AddressSanitizer / X86 / asm_mov_no_instrumentation.s
bloba6290a4ab795c0055d1b0aea44d542ffffc11698
1 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 | FileCheck %s
3 .text
4 .globl mov1b
5 .align 16, 0x90
6 .type mov1b,@function
7 # CHECK-LABEL: mov1b
8 # CHECK: movb (%rsi), %al
9 # CHECK: movb %al, (%rdi)
10 # CHECK-NOT: callq __asan_report_load1@PLT
11 # CHECK-NOT: callq __asan_report_store1@PLT
12 mov1b: # @mov1b
13 .cfi_startproc
14 # %bb.0:
15 #APP
16 movb (%rsi), %al
17 movb %al, (%rdi)
19 #NO_APP
20 retq
21 .Ltmp0:
22 .size mov1b, .Ltmp0-mov1b
23 .cfi_endproc
25 .ident "clang version 3.5 "
26 .section ".note.GNU-stack","",@progbits