aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/inalloca-upgrade.test
blob: b7678c34fcac583277d39c647c20ef6e7823086e (plain)
1
2
3
4
5
6
7
RUN: llvm-dis %p/Inputs/inalloca-upgrade.bc -o - | FileCheck %s

Make sure we upgrade old-style IntAttribute inalloca records to a
fully typed version correctly.

CHECK: call void @bar(ptr inalloca({ ptr, i8 }) %ptr)
CHECK: invoke void @bar(ptr inalloca({ ptr, i8 }) %ptr)