Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / CodeGen / CBackend / 2002-05-16-NameCollide.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3 ; Make sure that global variables do not collide if they have the same name,
4 ; but different types.
5
6 %X = global int 5
7 %X = global long 7