summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/2003-01-10-FUCOM.ll
blob: 37448f040ef01f8b759743fe7a4b54f4ca0b20e6 (plain)
1
2
3
4
5
6
7
8

int %main() {
	%X = add double 0.0, 1.0
	%Y = sub double 0.0, 1.0
	%Z = seteq double %X, %Y
	add double %Y, 0.0
	ret int 0
}