From 9814bc62431f322d2ac36d7e304a1c4e1b6040ed Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 Feb 2007 00:54:16 +0000 Subject: [PATCH] update to new t-d strings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34290 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/cast-malloc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/cast-malloc.ll b/test/Transforms/InstCombine/cast-malloc.ll index e863197a98e..565787c6dda 100644 --- a/test/Transforms/InstCombine/cast-malloc.ll +++ b/test/Transforms/InstCombine/cast-malloc.ll @@ -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* -- 2.34.1