1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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

llvm-svn: 229276
This commit is contained in:
David Blaikie 2015-02-15 04:13:57 +00:00
parent d5022c864c
commit ddfea60e4d

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