mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
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:
parent
7af26dce0d
commit
95fa98330e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user