summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-n-constraint.ll
blob: 669e464f1f6f89f977f557c6c511d2d56d93de52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llc -mtriple=x86_64-unknown-unknown -no-integrated-as < %s 2>&1 | FileCheck %s

@x = global i32 0, align 4

define void @foo() {
; CHECK-LABEL: foo:
  call void asm sideeffect "foo $0", "n"(i32 42) nounwind
; CHECK:      #APP
; CHECK-NEXT: foo    $42
; CHECK-NEXT: #NO_APP
  ret void
; CHECK-NEXT: retq
}
OpenPOWER on IntegriCloud