diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-06 23:42:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-06 23:42:32 +0000 |
commit | fc77e0d0aecafd40d01f55adfcb82aca1451c312 (patch) | |
tree | 910dfd4444eabf3851826f2eb1560c5ab644eef7 | |
parent | e9789ef994ba9761af87baf6e6b5953adba3968b (diff) |
This test is obsolete and incorrect
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17537 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll b/test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll deleted file mode 100644 index 41a9805126..0000000000 --- a/test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | grep WARNING - -%X = external global {long, int } -%Z = global {long, int} * %X - -%X = global float 1.0 -%Y = global float* %X - -implementation - |