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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
br-single-destination.ll
blob
cf2083ee858791b779c827adbbde5fb5476f7fa5
1
; RUN: llvm-as < %s -disable-output 2>&1 | FileCheck %s -allow-empty
2
; CHECK-NOT: error
3
; CHECK-NOT: warning
4
; RUN: verify-uselistorder < %s
5
6
define void @f1(i1 %cmp) {
7
entry:
8
br i1 %cmp, label %branch, label %branch
9
branch:
10
unreachable
11
}