forked from OSchip/llvm-project
testcase for recent targetdata regression
llvm-svn: 34355
This commit is contained in:
parent
e4ff249d26
commit
e19f84cf28
|
@ -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 }>
|
Loading…
Reference in New Issue