mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 23:48:49 +00:00
Old testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6521 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24a26e58ef
commit
d50cbf00e3
7
test/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
Normal file
7
test/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
Normal file
@ -0,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
|
||||
}
|
Loading…
Reference in New Issue
Block a user