summaryrefslogtreecommitdiff
path: root/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-02-19 01:44:26 +0000
committerTanya Lattner <tonic@nondot.org>2008-02-19 01:44:26 +0000
commit2ad38be2cf53467d39c34456795360f122b37629 (patch)
tree9f05cf5bb415393b3e46765552ff6a7caff4c367 /test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
parent53a66d10f01ebfeac7b8e59ca677f2cf2d4a3b26 (diff)
downloadllvm-2ad38be2cf53467d39c34456795360f122b37629.tar.gz
llvm-2ad38be2cf53467d39c34456795360f122b37629.tar.bz2
llvm-2ad38be2cf53467d39c34456795360f122b37629.tar.xz
Remove llvm-upgrade and update tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll')
-rw-r--r--test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll b/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
index 1bb8683838..4ffcf96b0e 100644
--- a/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
+++ b/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll
@@ -1,6 +1,6 @@
-;RUN: llvm-upgrade < %s | llvm-as | opt -codegenprepare -disable-output
+;RUN: llvm-as < %s | opt -codegenprepare -disable-output
-void @foo() {
+define void @foo() {
entry:
br i1 false, label %cond_next31, label %cond_true