Add comment to testcase

llvm-svn: 5958
This commit is contained in:
Chris Lattner 2003-04-26 19:33:51 +00:00
parent d2de77d704
commit 0c998c4b6e
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
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
implementation ; Functions: