Files
clang-p2996/llvm/test/CodeGen/SystemZ/01-RetArg.ll
Chris Lattner 3ae2dd2ba5 add newlines at the end of files.
llvm-svn: 100705
2010-04-07 22:53:17 +00:00

7 lines
90 B
LLVM

; RUN: llc < %s -march=systemz
define i64 @foo(i64 %a, i64 %b) {
entry:
ret i64 %b
}