blob: a957a905db842dd1eb733e29f0a2914b67db35f2 [file] [log] [blame]
Chris Lattner50e86822003-06-28 23:23:34 +00001; RUN: as < %s | opt -sccp | dis | not grep '%X'
Chris Lattnereabb4952002-08-30 23:22:15 +00002
3%G = uninitialized global [40x int]
4
5implementation
6
7int* %test() {
8 %X = getelementptr [40x int]* %G, uint 0, uint 0
9 ret int* %X
10}