Added bugzilla PR number to test case.
authorMichael Gottesman <mgottesman@apple.com>
Sun, 13 Jan 2013 22:17:22 +0000 (22:17 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sun, 13 Jan 2013 22:17:22 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172369 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ObjCARC/dont-infinite-loop-during-block-escape-analysis.ll

index 185d4fc47ff103ed9c4baebf3fdb31e84c99ef5e..bdee2be94f9cc5fea492edb8b276c3e31bf4206c 100644 (file)
@@ -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.