summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-default-clobbers.ll
blob: fae8c73cf083373ee8478e662946332d8e989567 (plain)
1
2
3
4
5
6
7
8
; RUN: llc < %s -mtriple=i686 -stop-after=finalize-isel | FileCheck %s

; CHECK: INLINEASM &"", 1, 12, implicit-def early-clobber $df, 12, implicit-def early-clobber $fpsw, 12, implicit-def early-clobber $eflags
define void @foo() {
entry:
  call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"()
  ret void
}
OpenPOWER on IntegriCloud