[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2007-12-16-AsmNoUnwind.ll
blob85cf9b6904cb0f414f51cf541691ee8a83603eae
1 ; RUN: opt < %s -instcombine -S | grep nounwind
3 define void @bar() {
4 entry:
5         call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
6         ret void