1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=x86_64-linux -opaque-pointers < %s | FileCheck %s
4 define void @okay(ptr %p, i32 %x) nounwind {
8 ; CHECK-NEXT: addl %esi, %eax
10 ; CHECK-NEXT: movl %eax, (%rdi)
12 call void asm "addl $1, $0", "=*r,r"(ptr elementtype(i32) %p, i32 %x)