/extra/llvm/reader/add.ll
http://github.com/abeaumont/factor · LLVM IR · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 014b90d3b35455f5e6578787a1c08a9b MD5 · raw file
- define i32 @add(i32 %x, i32 %y) {
- entry:
- %sum = add i32 %x, %y
- ret i32 %sum
- }