diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-16 23:11:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-16 23:11:43 +0000 |
commit | e19f84cf2883e388823108584f86d7c09a785c1c (patch) | |
tree | 7104f71c05470df570fd05dade4adef523fbb7e3 | |
parent | e4ff249d26d7ce3a69d08bbf00120dd770561e8a (diff) | |
download | bcm5719-llvm-e19f84cf2883e388823108584f86d7c09a785c1c.tar.gz bcm5719-llvm-e19f84cf2883e388823108584f86d7c09a785c1c.zip |
testcase for recent targetdata regression
llvm-svn: 34355
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll b/llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll new file mode 100644 index 00000000000..b75e8e1e77c --- /dev/null +++ b/llvm/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll @@ -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 }> |