mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
Update another test for the LoopInfo::print changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
; and instead nests it just inside loop "Top"
|
; and instead nests it just inside loop "Top"
|
||||||
;
|
;
|
||||||
; RUN: llvm-as < %s | opt -analyze -loops | \
|
; RUN: llvm-as < %s | opt -analyze -loops | \
|
||||||
; RUN: grep { Loop Containing:\[ \]*%Inner}
|
; RUN: grep { Loop at depth 3 containing: %Inner<header><latch><exit>}
|
||||||
;
|
;
|
||||||
define void @test() {
|
define void @test() {
|
||||||
br label %Top
|
br label %Top
|
||||||
|
Reference in New Issue
Block a user