diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-15 00:54:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-15 00:54:16 +0000 |
commit | 682918f99b18a6dc5ed44201db1861e4eb128578 (patch) | |
tree | 54b83cf15c3e1e354b1a2421e5ef44f56ddf6340 /llvm | |
parent | 77c01f4065fc0223946256569527e6d2a6d80290 (diff) | |
download | bcm5719-llvm-682918f99b18a6dc5ed44201db1861e4eb128578.tar.gz bcm5719-llvm-682918f99b18a6dc5ed44201db1861e4eb128578.zip |
update to new t-d strings.
llvm-svn: 34290
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Transforms/InstCombine/cast-malloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/cast-malloc.ll b/llvm/test/Transforms/InstCombine/cast-malloc.ll index e863197a98e..565787c6dda 100644 --- a/llvm/test/Transforms/InstCombine/cast-malloc.ll +++ b/llvm/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* |