fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git] / test / CodeGen / CBackend / 2002-09-20-ArrayTypeFailure.ll
blob021adb9c88735e754fea596da8ba53eec09bf412
1 ; RUN: llc < %s -march=c
3 define void @test() {
4         %X = alloca [4 x i32]           ; <[4 x i32]*> [#uses=0]
5         ret void