1; RUN: llc < %s -march=cpp | FileCheck %s
2
3define void @f1(i8* byval, i8* inalloca) {
4; CHECK: ByVal
5; CHECK: InAlloca
6  ret void
7}
8