testcase for recent targetdata regression

llvm-svn: 34355
This commit is contained in:
Chris Lattner 2007-02-16 23:11:43 +00:00
parent e4ff249d26
commit e19f84cf28
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | grep 'align.*3'
@X = global <{i32, i32}> <{ i32 1, i32 123 }>