mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
6 lines
89 B
LLVM
6 lines
89 B
LLVM
|
|
; RUN: llc < %s -march=systemz
|
||
|
|
|
||
|
|
define i64 @foo(i64 %a, i64 %b) {
|
||
|
|
entry:
|
||
|
|
ret i64 %b
|
||
|
|
}
|