llvm-svn: 5646
This commit is contained in:
Chris Lattner 2003-02-26 22:01:58 +00:00
parent 053994f5a6
commit 256cc1d1b4
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ int %gep_distance_test2({int,int}* %A, long %distance) {
ret int %r
}
int %foo(int * %A) {
; Test that we can do funny pointer things and that distance calc will still
; work.
int %gep_distance_test3(int * %A) {
%X = load int* %A
%B = cast int* %A to sbyte*
%C = getelementptr sbyte* %B, long 4