Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b13c91f159fa9b631cb15dc02ea0b72b2802ac4d
/
.
/
llvm
/
test
/
CodeGen
/
CPP
/
2012-02-05-UnitVarCrash.ll
blob: 419f5947678416339b01792e06305676228a3169 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=cpp
declare
void
@foo
(<
4
x
i32
>)
define
void
@bar
()
{
call
void
@foo
(<
4
x
i32
>
<
i32
0
,
i32
1
,
i32
2
,
i32
3
>)
ret
void
}