blob: 419f5947678416339b01792e06305676228a3169 [file] [log] [blame]
Duncan Sands7abf9242012-02-05 19:27:57 +00001; RUN: llc < %s -march=cpp
2declare void @foo(<4 x i32>)
3define void @bar() {
4 call void @foo(<4 x i32> <i32 0, i32 1, i32 2, i32 3>)
5 ret void
6}