Update a test to use FileCheck so it's easier to migrate to future typeless pointer...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 04:13:57 +0000 (04:13 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 04:13:57 +0000 (04:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229276 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LCSSA/unreachable-use.ll

index 71ae134e314cfff63ef9d2b483f49333ecb16b44..2ea7aeb7edfe6c981b2cdbd5c23a04aaa852fb20 100644 (file)
@@ -1,9 +1,11 @@
-; RUN: opt < %s -lcssa -S -verify-loop-info | grep "[%]tmp33 = load i1\*\* [%]tmp"
+; RUN: opt < %s -lcssa -S -verify-loop-info | FileCheck %s
 ; PR6546
 
 ; LCSSA doesn't need to transform uses in blocks not reachable
 ; from the entry block.
 
+; CHECK: %tmp33 = load i1** %tmp
+
 define fastcc void @dfs() nounwind {
 bb:
   br label %bb44