diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 20:34:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 20:34:08 +0000 |
commit | d7c2c2f753ae80257798fd25a879ec17df953c5b (patch) | |
tree | c78dd40b1101360a07cdaca9c660ab5d7fd1879c /test/Assembler/2002-08-22-DominanceProblem.ll | |
parent | 21fdb97a9142490ac534bdfa3cf254575b6c847b (diff) | |
download | external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.zip external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.gz external_llvm-d7c2c2f753ae80257798fd25a879ec17df953c5b.tar.bz2 |
Use llvm-upgrade these tests as they all use old assembly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32130 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, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-08-22-DominanceProblem.ll b/test/Assembler/2002-08-22-DominanceProblem.ll index 1d0cda5..c6fb9a3 100644 --- a/test/Assembler/2002-08-22-DominanceProblem.ll +++ b/test/Assembler/2002-08-22-DominanceProblem.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f ; Dominance relationships is not calculated correctly for unreachable blocks, ; which causes the verifier to barf on this input. |