repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
Generic
/
2006-01-18-InvalidBranchOpcodeAssert.ll
blob
f06d3412a9d5663f6de8da8e273f653d02968e33
1
; RUN: llc < %s
2
; This crashed the PPC backend.
3
4
define void @test() {
5
%tmp125 = fcmp uno double 0.000000e+00, 0.000000e+00 ; <i1> [#uses=1]
6
br i1 %tmp125, label %bb154, label %cond_false133
7
8
cond_false133: ; preds = %0
9
ret void
10
11
bb154: ; preds = %0
12
%tmp164 = icmp eq i32 0, 0 ; <i1> [#uses=0]
13
ret void
14
}
15