mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
7 lines
132 B
LLVM
7 lines
132 B
LLVM
; RUN: llc < %s -march=cpp | FileCheck %s
|
|
|
|
define void @f1(i8* byval, i8* inalloca) {
|
|
; CHECK: ByVal
|
|
; CHECK: InAlloca
|
|
ret void
|
|
}
|