CS153/hw3/llprograms/xor.ll

6 lines
78 B
LLVM
Raw Normal View History

define i64 @main(i64 %argc, i8** %arcv) {
%1 = xor i64 0, 0
ret i64 %1
}