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

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