Fix old style test

llvm-svn: 8390
This commit is contained in:
Chris Lattner 2003-09-08 16:29:02 +00:00
parent 3b82d389b6
commit 3c050b5632
1 changed files with 3 additions and 3 deletions

View File

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