[llvm-commits] CVS: llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 11 16:50:01 PST 2003


Changes in directory llvm/test/Regression/Transforms/BasicAA:

2003-12-11-ConstExprGEP.ll updated: 1.1 -> 1.2

---
Log message:

Rename variable to avoid confusing it with the global G


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll
diff -u llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll:1.1 llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll:1.2
--- llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll:1.1	Thu Dec 11 13:16:30 2003
+++ llvm/test/Regression/Transforms/BasicAA/2003-12-11-ConstExprGEP.ll	Thu Dec 11 16:49:32 2003
@@ -11,7 +11,7 @@
   %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
 }





More information about the llvm-commits mailing list