blob: e619faa75173a570bb705c02ca8cf569a64e3a1d [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 | \
Dan Gohman28beeea2007-08-15 13:36:28 +00002; RUN: grep align.4 | count 1
Dan Gohmanfce288f2009-09-09 00:09:15 +00003; RUN: llc < %s -march=ppc32 | \
Dan Gohman28beeea2007-08-15 13:36:28 +00004; RUN: grep align.2 | count 1
Dan Gohmanfce288f2009-09-09 00:09:15 +00005; RUN: llc < %s -march=ppc32 | \
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