1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00

Fix testcase

llvm-svn: 4181
This commit is contained in:
Chris Lattner 2002-10-15 21:10:53 +00:00
parent b7af4caaf8
commit c62d322984

View File

@ -2,8 +2,8 @@
; ;
; RUN: as < %s | opt -adce ; RUN: as < %s | opt -adce
%bk = internal uninitialized global uint ; <uint*> [#uses=2] %bk = external global uint ; <uint*> [#uses=2]
%hufts = internal uninitialized global uint ; <uint*> [#uses=1] %hufts = external global uint ; <uint*> [#uses=1]
implementation ; Functions: implementation ; Functions: