repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
2004-06-10-StackifierCrash.ll
blob
036aa6a77f407d3e64965a55372a120912c3ee22
1
; RUN: llc < %s -march=x86
2
3
define i1 @T(double %X) {
4
%V = fcmp oeq double %X, %X ; <i1> [#uses=1]
5
ret i1 %V
6
}