Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Bitcode / byval-upgrade.test
blobf44e5d348c2bb36a11821b1676032edb2f457748
1 RUN: llvm-dis %p/Inputs/byval-upgrade.bc -o - | FileCheck %s
3 Make sure we upgrade old-stile IntAttribute byval records to a fully typed
4 version correctly.
6 CHECK: call void @bar(ptr byval({ ptr, i8 }) %ptr)
7 CHECK: invoke void @bar(ptr byval({ ptr, i8 }) %ptr)