Changes in directory llvm/test/Transforms/InstCombine:
cast-malloc.ll updated: 1.3 -> 1.4 --- Log message: update to new t-d strings. --- Diffs of the changes: (+1 -1) cast-malloc.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Transforms/InstCombine/cast-malloc.ll diff -u llvm/test/Transforms/InstCombine/cast-malloc.ll:1.3 llvm/test/Transforms/InstCombine/cast-malloc.ll:1.4 --- llvm/test/Transforms/InstCombine/cast-malloc.ll:1.3 Fri Jan 26 02:25:06 2007 +++ llvm/test/Transforms/InstCombine/cast-malloc.ll Wed Feb 14 18:54:16 2007 @@ -5,7 +5,7 @@ ; The target datalayout is important for this test case. We have to tell ; instcombine that the ABI alignment for a long is 4-bytes, not 8, otherwise ; it won't do the transform. -target datalayout = "e-l:32:64" +target datalayout = "e-i64:32:64" int* %test(uint %size) { %X = malloc long, uint %size %ret = bitcast long* %X to int* _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits