]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll
[canonicalize] Teach InstCombine to canonicalize loads which are only
[opencl/llvm.git] / test / Transforms / InstCombine / 2007-12-16-AsmNoUnwind.ll
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
7 }