mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Test case for r96656.
llvm-svn: 96657
This commit is contained in:
parent
2a3db5ee3d
commit
1ea0277ca2
9
test/FrontendC/2010-02-18-Dbg-VectorType.c
Normal file
9
test/FrontendC/2010-02-18-Dbg-VectorType.c
Normal file
@ -0,0 +1,9 @@
|
||||
// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_typedef | grep float4
|
||||
typedef float float4 __attribute__((vector_size(16)));
|
||||
|
||||
int main(){
|
||||
volatile float4 x = (float4) { 0.0f, 1.0f, 2.0f, 3.0f };
|
||||
x += x;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user