1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
3
4; Function Attrs: noinline nounwind
5define i32 @PR31007() {
6; CHECK-LABEL: PR31007:
7; CHECK:       # %bb.0: # %entry
8; CHECK-NEXT:  #APP
9; CHECK:       addb $11, %al
10; CHECK:       #NO_APP
11; CHECK-NEXT:  xorl %eax, %eax
12; CHECK-NEXT:  retq
13entry:
14  call void asm sideeffect inteldialect "add al,$$0bH", "~{al},~{flags},~{dirflag},~{fpsr},~{flags}"()
15  ret i32 0
16}
17
18