mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
Fix old style test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec6867e825
commit
b4b8f7c9bc
@ -12,9 +12,9 @@ begin
|
||||
%C = shl int %i, ubyte 1
|
||||
%D = shl int %i, ubyte 1
|
||||
|
||||
%E = getelementptr int* %p, uint 12
|
||||
%F = getelementptr int* %p, uint 12
|
||||
%G = getelementptr int* %p, uint 13
|
||||
%E = getelementptr int* %p, long 12
|
||||
%F = getelementptr int* %p, long 12
|
||||
%G = getelementptr int* %p, long 13
|
||||
ret void
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user