1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

This test is obsolete and incorrect

llvm-svn: 17537
This commit is contained in:
Chris Lattner 2004-11-06 23:42:32 +00:00
parent bb2cd15df7
commit ef4e46bdd0

View File

@ -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