blob: 18789e11c8d72b8dbf6d33e32f3241349142dc4c [file] [log] [blame]
Manman Rend9e9e2b2016-03-29 17:37:21 +00001; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3declare void @a(i32* swiftself %a, i32* swiftself %b)
4; CHECK: Cannot have multiple 'swiftself' parameters!