repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
CodeGen
/
altivec.c
blob
9e38df50930c0d60c970e8066ebe7aea700da344
1
// RUN: %clang_cc1 -faltivec -triple powerpc-unknown-unknown -emit-llvm %s -o - | FileCheck %s
2
3
// CHECK: @test0 = global <4 x i32> <i32 1, i32 1, i32 1, i32 1>
4
vector
int
test0
= (
vector
int
)(
1
);