[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / CPP / attributes.ll
1 ; RUN: llc < %s -march=cpp | FileCheck %s
2
3 define void @f1(i8* byval, i8* inalloca) {
4 ; CHECK: ByVal
5 ; CHECK: InAlloca
6   ret void
7 }