mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Add comment to testcase
llvm-svn: 5958
This commit is contained in:
parent
d2de77d704
commit
0c998c4b6e
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user