blob: 2e9b4ec07825b03b95ec91298cfa575e77469862 [file] [log] [blame]
Daniel Dunbar34b6ea62010-01-25 00:54:13 +00001; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
Dan Gohman28beeea2007-08-15 13:36:28 +00002; RUN: grep align.4 | count 1
Daniel Dunbar34b6ea62010-01-25 00:54:13 +00003; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
Dan Gohman28beeea2007-08-15 13:36:28 +00004; RUN: grep align.2 | count 1
Daniel Dunbar34b6ea62010-01-25 00:54:13 +00005; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
Dan Gohman28beeea2007-08-15 13:36:28 +00006; RUN: grep align.3 | count 1
Jim Laskeye4808ed2006-06-15 19:35:07 +00007
Tanya Lattner6f729d62008-03-25 04:26:08 +00008@A = global <4 x i32> < i32 10, i32 20, i32 30, i32 40 > ; <<4 x i32>*> [#uses=0]
9@B = global float 1.000000e+02 ; <float*> [#uses=0]
10@C = global double 2.000000e+03 ; <double*> [#uses=0]
Jim Laskeye4808ed2006-06-15 19:35:07 +000011