From: Michael Gottesman Date: Sun, 13 Jan 2013 22:17:22 +0000 (+0000) Subject: Added bugzilla PR number to test case. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ab6787137539a0c47a61ddc8afd6e201a68590db;p=oota-llvm.git Added bugzilla PR number to test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172369 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/ObjCARC/dont-infinite-loop-during-block-escape-analysis.ll b/test/Transforms/ObjCARC/dont-infinite-loop-during-block-escape-analysis.ll index 185d4fc47ff..bdee2be94f9 100644 --- a/test/Transforms/ObjCARC/dont-infinite-loop-during-block-escape-analysis.ll +++ b/test/Transforms/ObjCARC/dont-infinite-loop-during-block-escape-analysis.ll @@ -1,4 +1,5 @@ ; RUN: opt -S -objc-arc < %s +; bugzilla://14551 ; rdar://12851911 ; Make sure that we do not hang clang during escape analysis.