aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
blob: 036e9d9f7f0d7b77667499ab94db502487333596 (plain)
1
2
3
4
5
6
7
; RUN: as < %s | opt -basicaa -aa-eval -disable-output
; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
void %test([17 x ushort]* %mask_bits) {
	%P1 = getelementptr [17 x ushort]* %mask_bits, long 0, long 0
	%P2 = getelementptr [17 x ushort]* %mask_bits, long 252645134, long 0
	ret void
}