From aa709d065a72846005d9ead54c2d0d87923c2ca6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Apr 2003 19:33:51 +0000 Subject: [PATCH] Add comment to testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5958 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll | 3 +++ test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll b/test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll index 968c34fd17d..1acc4702c0e 100644 --- a/test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll +++ b/test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll @@ -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: diff --git a/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll b/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll index 968c34fd17d..1acc4702c0e 100644 --- a/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll +++ b/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll @@ -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: -- 2.34.1