Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
17c836c4b51a14f07a5d5442cf2e984474a8f57d
/
.
/
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
}