diff --git a/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll b/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll index bc118a38e90..3b37b2c07c7 100644 --- a/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll +++ b/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll @@ -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 } diff --git a/test/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll b/test/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll index bc118a38e90..3b37b2c07c7 100644 --- a/test/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll +++ b/test/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll @@ -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 }