mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-06 10:38:54 +00:00
Add comment to testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91b5bbd47c
commit
aa709d065a
@ -1,3 +1,6 @@
|
|||||||
|
; This testcase exposed a problem with the loop identification pass (LoopInfo).
|
||||||
|
; Basically, it was incorrectly calculating the loop nesting information.
|
||||||
|
;
|
||||||
; RUN: as < %s | opt -preheaders
|
; RUN: as < %s | opt -preheaders
|
||||||
|
|
||||||
implementation ; Functions:
|
implementation ; Functions:
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
; This testcase exposed a problem with the loop identification pass (LoopInfo).
|
||||||
|
; Basically, it was incorrectly calculating the loop nesting information.
|
||||||
|
;
|
||||||
; RUN: as < %s | opt -preheaders
|
; RUN: as < %s | opt -preheaders
|
||||||
|
|
||||||
implementation ; Functions:
|
implementation ; Functions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user