fix test to not get a moduleid that matches 'br'
[llvm/avr.git] / test / CodeGen / CBackend / 2002-05-16-NameCollide.ll
blob0b06041f57132a9fb27765449f625d1cd7b60cb9
1 ; RUN: llc < %s -march=c
3 ; Make sure that global variables do not collide if they have the same name,
4 ; but different types.
6 @X = global i32 5               ; <i32*> [#uses=0]
7 @X.upgrd.1 = global i64 7               ; <i64*> [#uses=0]