CS153/hw6/llprograms/analysis5_dce_opt.ll

5 lines
61 B
LLVM
Raw Normal View History

define i64 @program(i64 %argc, i8** %argv) {
ret i64 14
}