mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
ad4eb90651
llvm-svn: 1025
11 lines
145 B
LLVM
11 lines
145 B
LLVM
implementation
|
|
|
|
int "simpleAdd"(int %i0, int %j0)
|
|
begin
|
|
%t1 = xor int %i0, %j0
|
|
%t2 = or int %i0, %j0
|
|
%t3 = and int %t1, %t2
|
|
ret int %t3
|
|
end
|
|
|