blob: 0b06041f57132a9fb27765449f625d1cd7b60cb9 [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; Make sure that global variables do not collide if they have the same name,
4; but different types.
5
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00006@X = global i32 5 ; <i32*> [#uses=0]
7@X.upgrd.1 = global i64 7 ; <i64*> [#uses=0]
8