aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
blob: a957a905db842dd1eb733e29f0a2914b67db35f2 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: as < %s | opt -sccp | dis | not grep '%X'

%G = uninitialized global [40x int]

implementation

int* %test() {
	%X = getelementptr [40x int]* %G, uint 0, uint 0
	ret int* %X
}