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
/
LowerSwitch
/
2003-08-23-EmptySwitch.ll
blob
f5889479c129b85e4b3c74a4e15b58ce74c9e8c1
1
; RUN: opt < %s -passes=lowerswitch
2
3
define void @test() {
4
switch i32 0, label %Next [
5
]
6
Next: ; preds = %0
7
ret void
8
}
9