Skip to content

Commit ace4161

Browse files
committed
Rename variable to avoid confusing it with the global G
llvm-svn: 10411
1 parent 6ea17f7 commit ace4161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void %test() {
1111
%D = getelementptr %T* %G, long 0, ubyte 0
1212
%E = getelementptr %T* %G, long 0, ubyte 1, long 5
1313
%F = getelementptr uint* getelementptr (%T* %G, long 0, ubyte 0), long 0
14-
%G = getelementptr [10 x ubyte]* getelementptr (%T* %G, long 0, ubyte 1), long 0, long 5
14+
%X = getelementptr [10 x ubyte]* getelementptr (%T* %G, long 0, ubyte 1), long 0, long 5
1515

1616
ret void
1717
}

0 commit comments

Comments
 (0)