summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-immarg3.ll
blob: c03d7fafdc2bf817c3dea94bdb09a710e6f4d194 (plain)
1
2
3
4
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s

; CHECK: error: invalid use of parameter-only attribute
declare immarg i32 @llvm.immarg.retattr(i32)
OpenPOWER on IntegriCloud