blob: c69b9b0c2cd734eaf454b65da608cd9905c13b03 [file] [log] [blame]
Tanya Lattner53a66d12008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc -march=c
Tanya Lattnercd0aa812004-11-06 21:40:51 +00002
Chris Lattner1c1f5582002-05-17 04:53:52 +00003; Make sure that global variables do not collide if they have the same name,
4; but different types.
5
Tanya Lattner53a66d12008-02-19 01:41:04 +00006@X = global i32 5 ; <i32*> [#uses=0]
7@X.upgrd.1 = global i64 7 ; <i64*> [#uses=0]
8