blob: 6aaf33ec206c3b346b749fd1f0d46e813596a7e1 [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -sccp -S | not grep %X
Chris Lattnereabb4952002-08-30 23:22:15 +00002
Tanya Lattnerf396cc82008-03-19 04:14:49 +00003@G = external global [40 x i32] ; <[40 x i32]*> [#uses=1]
Chris Lattnereabb4952002-08-30 23:22:15 +00004
Tanya Lattnerf396cc82008-03-19 04:14:49 +00005define i32* @test() {
6 %X = getelementptr [40 x i32]* @G, i64 0, i64 0 ; <i32*> [#uses=1]
7 ret i32* %X
Chris Lattnereabb4952002-08-30 23:22:15 +00008}
Tanya Lattnerf396cc82008-03-19 04:14:49 +00009