mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
fb60d2db35
by GCC). llvm-svn: 149840
7 lines
147 B
LLVM
7 lines
147 B
LLVM
; 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
|
|
}
|