[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / inalloca-upgrade.test
blob20d41365b3601cb4855bbc0a385ca3101ba1e2b7
1 RUN: llvm-dis %p/Inputs/inalloca-upgrade.bc -o - | FileCheck %s
3 Make sure we upgrade old-style IntAttribute inalloca records to a
4 fully typed version correctly.
6 CHECK: call void @bar({ i32*, i8 }* inalloca({ i32*, i8 }) %ptr)
7 CHECK: invoke void @bar({ i32*, i8 }* inalloca({ i32*, i8 }) %ptr)