Rename variable to avoid confusing it with the global G

llvm-svn: 10411
This commit is contained in:
Chris Lattner 2003-12-11 22:49:32 +00:00
parent 6ea17f77f8
commit ace41617c7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ void %test() {
%D = getelementptr %T* %G, long 0, ubyte 0
%E = getelementptr %T* %G, long 0, ubyte 1, long 5
%F = getelementptr uint* getelementptr (%T* %G, long 0, ubyte 0), long 0
%G = getelementptr [10 x ubyte]* getelementptr (%T* %G, long 0, ubyte 1), long 0, long 5
%X = getelementptr [10 x ubyte]* getelementptr (%T* %G, long 0, ubyte 1), long 0, long 5
ret void
}