[llvm-commits] CVS: llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 1 21:14:00 PDT 2003


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

2003-05-30-InvalidIndices.ll added (r1.1)

---
Log message:

Old testcase


---
Diffs of the changes:

Index: llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
diff -c /dev/null llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll:1.1
*** /dev/null	Sun Jun  1 21:13:12 2003
--- llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll	Sun Jun  1 21:13:02 2003
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: as < %s | opt -scalarrepl
+ 
+ void %main() {
+ 	%E = alloca { { int, float, double, long }, { int, float, double, long } }		; <{ { int, float, double, long }, { int, float, double, long } }*> [#uses=1]
+ 	%tmp.151 = getelementptr { { int, float, double, long }, { int, float, double, long } }* %E, long 0, ubyte 1, ubyte 3		; <long*> [#uses=0]
+ 	ret void
+ }





More information about the llvm-commits mailing list