summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-11 22:49:32 +0000
committerChris Lattner <sabre@nondot.org>2003-12-11 22:49:32 +0000
commitde454ffb5b06c46e9bde5954f876e62fc405dee5 (patch)
tree1d7cc5b318e9f1305bb6da09af669e6cda10a49c /test/Analysis
parentb307c88fe799eb69c37bee2840d9fde93d407e3a (diff)
downloadllvm-de454ffb5b06c46e9bde5954f876e62fc405dee5.tar.gz
llvm-de454ffb5b06c46e9bde5954f876e62fc405dee5.tar.bz2
llvm-de454ffb5b06c46e9bde5954f876e62fc405dee5.tar.xz
Rename variable to avoid confusing it with the global G
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll b/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
index bc118a38e9..3b37b2c07c 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
}