repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InstCombine
/
2007-12-16-AsmNoUnwind.ll
blob
ac8d7ae26062b2dd155b386854000d0d0080d09d
1
; RUN: opt < %s -passes=instcombine -S | grep nounwind
2
3
define void @bar() {
4
entry:
5
call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
6
ret void
7
}