From: Chris Lattner Date: Mon, 15 Dec 2008 04:42:00 +0000 (+0000) Subject: Adjust testcase to make it more stable across visitation order changes, X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4807e07fff3ae765b4718f73c0d9b8912ec604d4;p=oota-llvm.git 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 --- diff --git a/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll b/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll index 5403a1bdb5e..076ba4c4f11 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]