1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Make sure global doubles and vectors are aligned properly.

llvm-svn: 28805
This commit is contained in:
Jim Laskey 2006-06-15 19:35:07 +00:00
parent 497d2b6701
commit 7b72f6e4f0

View File

@ -0,0 +1,9 @@
; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.4" | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.2" | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep "align.3" | wc -l | grep 1
%A = global <4 x uint> < uint 10, uint 20, uint 30, uint 40 >
%B = global float 1.000000e+02
%C = global double 2.000000e+03