Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / inline-asm-modifier-n.ll
blob3df7112c8bc59331dfe13e377a4cbda5c455ddb1
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- -no-integrated-as | FileCheck %s
3 ; rdar://7008959
5 define void @bork() nounwind {
6 ; CHECK-LABEL: bork:
7 ; CHECK:       # %bb.0: # %entry
8 ; CHECK-NEXT:    #APP
9 ; CHECK-NEXT:    BORK 37
10 ; CHECK-NEXT:    #NO_APP
11 ; CHECK-NEXT:    retl
12 entry:
13         tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind
14         ret void