diff --git a/llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll b/llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll index bc118a38e90ce98dbbaab7d7802200075f67fdc8..3b37b2c07c70b39085c74d8a887445d7353aaaeb 100644 --- a/llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll +++ b/llvm/test/Regression/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 }