Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / MC / AsmParser / directive_elf_size.s
1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
2
3 a:
4         ret
5 .Lt:
6 # CHECK: .size  a, .Lt-a
7         .size   a, .Lt-a
8