From cd4d41cd4ff557d1d792a8ae2473ab445b881bc7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 Feb 2003 22:01:58 +0000 Subject: [PATCH] Fix test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5646 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/BasicAA/featuretest.ll | 4 +++- test/Transforms/BasicAA/featuretest.ll | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/test/Analysis/BasicAA/featuretest.ll b/test/Analysis/BasicAA/featuretest.ll index 385144d173b..26516d55195 100644 --- a/test/Analysis/BasicAA/featuretest.ll +++ b/test/Analysis/BasicAA/featuretest.ll @@ -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 diff --git a/test/Transforms/BasicAA/featuretest.ll b/test/Transforms/BasicAA/featuretest.ll index 385144d173b..26516d55195 100644 --- a/test/Transforms/BasicAA/featuretest.ll +++ b/test/Transforms/BasicAA/featuretest.ll @@ -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 -- 2.34.1