Daniel Dunbar | 34b6ea6 | 2010-01-25 00:54:13 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \ |
Dan Gohman | 28beeea | 2007-08-15 13:36:28 +0000 | [diff] [blame] | 2 | ; RUN: grep align.4 | count 1 |
Daniel Dunbar | 34b6ea6 | 2010-01-25 00:54:13 +0000 | [diff] [blame] | 3 | ; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \ |
Dan Gohman | 28beeea | 2007-08-15 13:36:28 +0000 | [diff] [blame] | 4 | ; RUN: grep align.2 | count 1 |
Daniel Dunbar | 34b6ea6 | 2010-01-25 00:54:13 +0000 | [diff] [blame] | 5 | ; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \ |
Dan Gohman | 28beeea | 2007-08-15 13:36:28 +0000 | [diff] [blame] | 6 | ; RUN: grep align.3 | count 1 |
Jim Laskey | e4808ed | 2006-06-15 19:35:07 +0000 | [diff] [blame] | 7 | |
Tanya Lattner | 6f729d6 | 2008-03-25 04:26:08 +0000 | [diff] [blame] | 8 | @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 Laskey | e4808ed | 2006-06-15 19:35:07 +0000 | [diff] [blame] | 11 | |