[ConstraintElim] Add support for decomposing gep nuw (#118639)
[llvm-project.git] / llvm / test / Verifier / dead-on-unwind.ll
bloba67c002ee6d8ff30c5a7610ee73c53633ae7163b
1 ; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'dead_on_unwind' applied to incompatible type!
4 ; CHECK-NEXT: ptr @not_pointer
5 define void @not_pointer(i32 dead_on_unwind %arg) {
6   ret void