aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-12-15 04:42:00 +0000
committerChris Lattner <sabre@nondot.org>2008-12-15 04:42:00 +0000
commit4807e07fff3ae765b4718f73c0d9b8912ec604d4 (patch)
treec8bff091835c47a727698ce048b8b0fb7bac5ab7 /test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
parentc34d1123622ca99efffc8ae4fdb194ae4f1a66bc (diff)
downloadexternal_llvm-4807e07fff3ae765b4718f73c0d9b8912ec604d4.zip
external_llvm-4807e07fff3ae765b4718f73c0d9b8912ec604d4.tar.gz
external_llvm-4807e07fff3ae765b4718f73c0d9b8912ec604d4.tar.bz2
Adjust testcase to make it more stable across visitation order changes,
unbreaking it after r61024. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/2007-07-26-InterlockingLoops.ll')
-rw-r--r--test/Transforms/GVN/2007-07-26-InterlockingLoops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll b/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
index 5403a1b..076ba4c 100644
--- a/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
+++ b/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {tmp17625 = phi i32. }
+; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {tmp17625.* = phi i32. }
; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {tmp17631.* = phi i32. }
@last = external global [65 x i32*] ; <[65 x i32*]*> [#uses=1]