summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-15 00:54:16 +0000
committerChris Lattner <sabre@nondot.org>2007-02-15 00:54:16 +0000
commit682918f99b18a6dc5ed44201db1861e4eb128578 (patch)
tree54b83cf15c3e1e354b1a2421e5ef44f56ddf6340 /llvm
parent77c01f4065fc0223946256569527e6d2a6d80290 (diff)
downloadbcm5719-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.ll2
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*
OpenPOWER on IntegriCloud