xref: /llvm-project/llvm/test/CodeGen/ARM/align.ll (revision b1d58a528104dc565a0302fee656804db055e8cc)
1; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
2; RUN:   grep align.*1 | wc | grep 1
3; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux-gnueabi | \
4; RUN:   grep align.*2 | wc | grep 2
5; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux-gnueabi | \
6; RUN:   grep align.*3 | wc | grep 2
7; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin | \
8; RUN:   grep align.*2 | wc | grep 4
9
10%a = global bool true
11%b = global sbyte 1
12%c = global short 2
13%d = global int 3
14%e = global long 4
15%f = global float 5.0
16%g = global double 6.0
17