blob: ae33e0c4196c33e6ff36c38df011cb408cc34f38 [file] [log] [blame]
Anton Korobeynikov0676d282009-07-16 13:30:15 +00001; RUN: llvm-as < %s | llc
2define i64 @foo(i64 %a, i64 %b) {
3entry:
4 %c = add i64 %a, %b
5 ret i64 %c
6}