diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-06 22:07:09 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-06 22:07:09 +0000 |
commit | e7e3f2e5cd786f6cca267210b3d185b2a4a037bd (patch) | |
tree | 12d31c38547c9d792a8bf8627bd2780a92f4eb23 /test/Assembler/2002-08-22-DominanceProblem.ll | |
parent | cd0aa818c86d8337d29944e21c4e01f77475249d (diff) |
Adding RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2002-08-22-DominanceProblem.ll')
-rw-r--r-- | test/Assembler/2002-08-22-DominanceProblem.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Assembler/2002-08-22-DominanceProblem.ll b/test/Assembler/2002-08-22-DominanceProblem.ll index ed8c704b11..1d0cda5bd6 100644 --- a/test/Assembler/2002-08-22-DominanceProblem.ll +++ b/test/Assembler/2002-08-22-DominanceProblem.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s -o /dev/null -f + ; Dominance relationships is not calculated correctly for unreachable blocks, ; which causes the verifier to barf on this input. |