summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2007-04-04 20:40:44 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2007-04-04 20:40:44 +0000
commit9da1cde86c50e0c2267330c98818d009cebf43ac (patch)
treef3ebdd590ba82af9cf3eae6fc59f1712cc88cc68 /llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll
parent62c300a415e2cf8624e52d1ce636590634433d6f (diff)
downloadbcm5719-llvm-9da1cde86c50e0c2267330c98818d009cebf43ac.tar.gz
bcm5719-llvm-9da1cde86c50e0c2267330c98818d009cebf43ac.zip
Any add is wrong, regardless of type.
llvm-svn: 35671
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll b/llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll
index cfa701cd0db..a890e59c14b 100644
--- a/llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll
+++ b/llvm/test/Transforms/InstCombine/2007-04-04-BadFoldBitcastIntoMalloc.ll
@@ -3,7 +3,7 @@
; 64-bit targets.
;
; RUN: llvm-as < %s | opt -instcombine -disable-output &&
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep '= add i32'
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep '= add '
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "x86_64-unknown-freebsd6.2"
OpenPOWER on IntegriCloud