[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Assembler / alloca-invalid-type.ll
blob413bcbd76ba0b4daea614510ab2a9ad3b2db335c
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: invalid type for alloca
5 define void @test() {
6 entry:
7   alloca metadata !{null}
8   ret void