summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/align.ll
blob: e2045d71e85ce81ea976454e1ae2bc07ccb5a388 (plain)
1
2
3
4
5
6
7
8
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