aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/rle-must-alias.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-12-13 07:22:47 +0000
committerChris Lattner <sabre@nondot.org>2008-12-13 07:22:47 +0000
commit879922932fad4149280b8bc03c60f0003f55a778 (patch)
tree431d228f6a001047cfbd64674523d3ac8ee285ed /test/Transforms/GVN/rle-must-alias.ll
parentfd6673cf7fd5c0c1e6817e5fcf460a289712ee57 (diff)
downloadexternal_llvm-879922932fad4149280b8bc03c60f0003f55a778.zip
external_llvm-879922932fad4149280b8bc03c60f0003f55a778.tar.gz
external_llvm-879922932fad4149280b8bc03c60f0003f55a778.tar.bz2
make RLE preserve the name of the load that it replaces. This is just
a pretification of the IR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/rle-must-alias.ll')
-rw-r--r--test/Transforms/GVN/rle-must-alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/rle-must-alias.ll b/test/Transforms/GVN/rle-must-alias.ll
index e507556..d23623e 100644
--- a/test/Transforms/GVN/rle-must-alias.ll
+++ b/test/Transforms/GVN/rle-must-alias.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {DEAD.rle = phi i32}
+; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {DEAD = phi i32 }
; The %7 and %4 loads combine to make %DEAD unneeded.
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-darwin7"