1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Assembler/getelementptr_vec_idx4.ll
2015-02-22 23:14:52 +00:00

6 lines
265 B
LLVM

; RUN: not llvm-as < %s 2>&1 | FileCheck %s
; CHECK: getelementptr vector index has a wrong number of elements
global <2 x i32*> getelementptr (<4 x [3 x {i32, i32}]*> zeroinitializer, <2 x i32> <i32 1, i32 2>, <2 x i32> <i32 2, i32 3>, <2 x i32> <i32 1, i32 1>)