diff options
author | Dale Johannesen <dalej@apple.com> | 2007-02-17 01:12:15 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-02-17 01:12:15 +0000 |
commit | 6070f2e2d277b3ce4c36062fc355a78cd293e19c (patch) | |
tree | 1b2a7492b84e97b2667a9f54a362617a0c6bb710 | |
parent | 6b896cec8b703e08e5f3d809e086a39b6ebe6589 (diff) |
adding PR 1200 comment by request
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34360 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Generic/2007-02-16-BranchFold.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2007-02-16-BranchFold.ll b/test/CodeGen/Generic/2007-02-16-BranchFold.ll index 13ed6526e0..e496b81ca1 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" |