1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-08 18:31:23 +00:00
llvm-6502/test/CodeGen/CPP/2012-02-05-UnitVarCrash.ll

7 lines
147 B
LLVM
Raw Normal View History

; 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
}