Update a test to use FileCheck so it's easier to migrate to future typeless pointer changes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie 2015-02-15 04:13:57 +00:00
parent 7af26dce0d
commit 95fa98330e

View 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