blob: bb336ceebbabd91564530e830184ac740f722468 [file] [log] [blame]
Tanya Lattner6263f942008-02-17 20:02:20 +00001; RUN: llvm-as < %s | llc -march=arm | grep align.*1 | count 1
2; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi | \
Dan Gohman64d8e1b2007-08-15 13:55:47 +00003; RUN: grep align.*2 | count 2
Tanya Lattner6263f942008-02-17 20:02:20 +00004; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi | \
Dan Gohman64d8e1b2007-08-15 13:55:47 +00005; RUN: grep align.*3 | count 2
Tanya Lattner6263f942008-02-17 20:02:20 +00006; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin | \
Dan Gohman64d8e1b2007-08-15 13:55:47 +00007; RUN: grep align.*2 | count 4
Rafael Espindola1c411de2006-12-07 22:38:06 +00008
Tanya Lattner6263f942008-02-17 20:02:20 +00009@a = global i1 true
10@b = global i8 1
11@c = global i16 2
12@d = global i32 3
13@e = global i64 4
14@f = global float 5.0
15@g = global double 6.0