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:
Chris Lattner 2003-04-26 19:33:51 +00:00
parent 91b5bbd47c
commit aa709d065a
2 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -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: