From 6070f2e2d277b3ce4c36062fc355a78cd293e19c Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Sat, 17 Feb 2007 01:12:15 +0000 Subject: [PATCH] adding PR 1200 comment by request git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34360 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/2007-02-16-BranchFold.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/Generic/2007-02-16-BranchFold.ll b/test/CodeGen/Generic/2007-02-16-BranchFold.ll index 13ed6526e03..e496b81ca15 100644 --- a/test/CodeGen/Generic/2007-02-16-BranchFold.ll +++ b/test/CodeGen/Generic/2007-02-16-BranchFold.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | llc && ; RUN: llvm-as < %s | llc | grep jmp | wc -l | grep 0 +; PR 1200 ; ModuleID = 'bugpoint.test.bc' target datalayout = "e-p:32:32"