Dan Gohman | fce288f | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=c |
Tanya Lattner | cd0aa81 | 2004-11-06 21:40:51 +0000 | [diff] [blame] | 2 | |
Chris Lattner | 1c1f558 | 2002-05-17 04:53:52 +0000 | [diff] [blame] | 3 | ; Make sure that global variables do not collide if they have the same name, |
4 | ; but different types. | ||||
5 | |||||
Tanya Lattner | 53a66d1 | 2008-02-19 01:41:04 +0000 | [diff] [blame] | 6 | @X = global i32 5 ; <i32*> [#uses=0] |
7 | @X.upgrd.1 = global i64 7 ; <i64*> [#uses=0] | ||||
8 |