summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/IntPtrCast.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
commitce380568b5406356a04d745c9c6f137000217ef4 (patch)
treec7f2b122fd0787529ed0b95e2564971afa2ee6c6 /llvm/test/Transforms/InstCombine/IntPtrCast.ll
parent4f95f1ab08a707652664aa6d211c1a513dece122 (diff)
downloadbcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.tar.gz
bcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.zip
For PR761:
Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
Diffstat (limited to 'llvm/test/Transforms/InstCombine/IntPtrCast.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/IntPtrCast.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/IntPtrCast.ll b/llvm/test/Transforms/InstCombine/IntPtrCast.ll
index 9f509b6fbc0..7ff71c86b7d 100644
--- a/llvm/test/Transforms/InstCombine/IntPtrCast.ll
+++ b/llvm/test/Transforms/InstCombine/IntPtrCast.ll
@@ -1,4 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | notcast
+target endian = little
target pointersize = 32
int *%test(int *%P) {
OpenPOWER on IntegriCloud