summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
blob: 336c6d5a2eba6ff0c95c1c04311a15e51d77a99f (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep nounwind

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