CS153/hw6/llprograms/ashr.ll

6 lines
80 B
LLVM
Raw Normal View History

define i64 @main(i64 %argc, i8** %arcv) {
%1 = ashr i64 42, 3
ret i64 %1
}