blob: 0a6e22cac76432e41956b2e8010277cc4039a77e [file] [log] [blame]
Reid Spencer3401c992007-04-16 15:00:39 +00001; RUN: llvm-upgrade < %s 2>/dev/null | llvm-as -o /dev/null -f
2; RUN: llvm-upgrade < %s |& grep {Renaming global variable 'X' to}
Chris Lattner49f20c42002-12-15 16:32:21 +00003
Reid Spencer89d98372007-01-05 17:35:05 +00004%X = external global uint *
Chris Lattner49f20c42002-12-15 16:32:21 +00005%X = external global %T*
6%X = external global int *
7
8%T = type int
9
Chris Lattner49f20c42002-12-15 16:32:21 +000010implementation