summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-07-09 05:01:02 +0000
committerChris Lattner <sabre@nondot.org>2008-07-09 05:01:02 +0000
commit7212e2014c5d9618ac5a7a87c235a41db5f25873 (patch)
tree09777e3be873dccdde5e2758de160f5b0d5f63fb /llvm
parent7ceec577030ea342e1b5c556ee18fc453520a1f8 (diff)
downloadbcm5719-llvm-7212e2014c5d9618ac5a7a87c235a41db5f25873.tar.gz
bcm5719-llvm-7212e2014c5d9618ac5a7a87c235a41db5f25873.zip
Fix a broken test. Neither load is eliminable without changing the CFG.
llvm-svn: 53273
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll b/llvm/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
index 928fdd68f65..293052a4471 100644
--- a/llvm/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
+++ b/llvm/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {volatile load} | count 1
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {volatile load} | count 2
; PR2262
target datalayout = "e-p:32:32:32-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-f80:128:128"
target triple = "i386-apple-darwin8"
OpenPOWER on IntegriCloud