Changes in directory llvm/test/Feature:
alignment.ll updated: 1.3 -> 1.4 --- Log message: An example for PR1362: http://llvm.org/PR1362 --- Diffs of the changes: (+1 -0) alignment.ll | 1 + 1 files changed, 1 insertion(+) Index: llvm/test/Feature/alignment.ll diff -u llvm/test/Feature/alignment.ll:1.3 llvm/test/Feature/alignment.ll:1.4 --- llvm/test/Feature/alignment.ll:1.3 Fri Dec 1 22:23:07 2006 +++ llvm/test/Feature/alignment.ll Thu Apr 26 14:28:33 2007 @@ -15,5 +15,6 @@ %X = malloc int, align 4 %Y = malloc int, uint 42, align 16 %Z = malloc int, align 0 + %T = malloc int, align 256 ret int *%X } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits