[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Verifier / 2008-03-01-AllocaSized.ll
blob7478334959fef02c91ea9f03384a577ce8c95c53
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2 ; CHECK: invalid type for alloca
3 ; PR2113
5 define void @test() {
6         %A = alloca void()
7         ret void