Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―>...
[oota-llvm.git] / test / Transforms / InstCombine / 2007-12-16-AsmNoUnwind.ll
1 ; RUN: opt < %s -instcombine -S | grep nounwind
2
3 define void @bar() {
4 entry:
5         call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
6         ret void
7 }