diff options
author | Chris Lattner <sabre@nondot.org> | 2008-12-15 04:42:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-12-15 04:42:00 +0000 |
commit | dbfebea208e6504a8d44b19616df3cefd09d58ef (patch) | |
tree | c8bff091835c47a727698ce048b8b0fb7bac5ab7 /test | |
parent | ef136f55f34b211c9966c6e8083f4bf3b94b464d (diff) | |
download | external_llvm-dbfebea208e6504a8d44b19616df3cefd09d58ef.zip external_llvm-dbfebea208e6504a8d44b19616df3cefd09d58ef.tar.gz external_llvm-dbfebea208e6504a8d44b19616df3cefd09d58ef.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')
-rw-r--r-- | test/Transforms/GVN/2007-07-26-InterlockingLoops.ll | 2 |
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] |