blob: 2afb1a02bbadf9f2c8fd839b6e0d9d27b6403cb1 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=c
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3; Test const pointer refs & forward references
4
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00005@t3 = global i32* @t1 ; <i32**> [#uses=0]
6@t1 = global i32 4 ; <i32*> [#uses=1]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007