mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-17 17:29:37 +00:00
Fix broken testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d545071522
commit
10806b66d6
@ -5,5 +5,5 @@
|
||||
; RUN: link Output/%s.LinkTest.bc Output/%s.bc
|
||||
|
||||
%work = global int 4
|
||||
%test = global int* getelementptr( int* %work, uint 1)
|
||||
%test = global int* getelementptr( int* %work, long 1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user