mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -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
|
; PR6546
|
||||||
|
|
||||||
; LCSSA doesn't need to transform uses in blocks not reachable
|
; LCSSA doesn't need to transform uses in blocks not reachable
|
||||||
; from the entry block.
|
; from the entry block.
|
||||||
|
|
||||||
|
; CHECK: %tmp33 = load i1** %tmp
|
||||||
|
|
||||||
define fastcc void @dfs() nounwind {
|
define fastcc void @dfs() nounwind {
|
||||||
bb:
|
bb:
|
||||||
br label %bb44
|
br label %bb44
|
||||||
|
Reference in New Issue
Block a user