Dan Gohman | da594cf | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | \ |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 2 | ; RUN: grep align.*3 |
3 | |||||
4 | @X = global <{i32, i32}> <{ i32 1, i32 123 }> |