aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CPP/attributes.ll
blob: 3dab617d80b9e71a1aef97f3c7fd71a0514fc695 (plain) (blame)
1
2
3
4
5
6
7
; RUN: llc < %s -march=cpp | FileCheck %s

define void @f1(i8* byval, i8* inalloca) {
; CHECK: ByVal
; CHECK: InAlloca
  ret void
}