aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/FunctionResolve/2003-10-21-GlobalTypeDifference.ll10
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
-