summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
blob: ac8d7ae26062b2dd155b386854000d0d0080d09d (plain)
1
2
3
4
5
6
7
; RUN: opt < %s -passes=instcombine -S | grep nounwind

define void @bar() {
entry:
        call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
        ret void
}