Fix CPP Backend for GEP API changes for opaque pointer types
[oota-llvm.git] / test / CodeGen / CPP / 2012-02-05-UnitVarCrash.ll
1 ; RUN: llc < %s -march=cpp
2 declare void @foo(<4 x i32>)
3 define void @bar() {
4   call void @foo(<4 x i32> <i32 0, i32 1, i32 2, i32 3>)
5   ret void
6 }