From dadc5adcf4f0be2698df7b9da1f0e55ab98d84b6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 04:18:05 +0000 Subject: [PATCH] This pass is gone git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23955 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../BranchCombine/2004-06-01-Simple.ll | 24 ------------------- test/Transforms/BranchCombine/dg.exp | 3 --- 2 files changed, 27 deletions(-) delete mode 100644 test/Transforms/BranchCombine/2004-06-01-Simple.ll delete mode 100644 test/Transforms/BranchCombine/dg.exp diff --git a/test/Transforms/BranchCombine/2004-06-01-Simple.ll b/test/Transforms/BranchCombine/2004-06-01-Simple.ll deleted file mode 100644 index 8ea765b07f3..00000000000 --- a/test/Transforms/BranchCombine/2004-06-01-Simple.ll +++ /dev/null @@ -1,24 +0,0 @@ -; Basic test of -branch-combine functionality -; RUN: llvm-as < %s | opt -branch-combine | llvm-dis | egrep 'newCommon:.*; preds =.*no_exit.1' | grep loopentry.2 - -target endian = big -target pointersize = 64 - -implementation ; Functions: - -void %main() { -entry: - br bool false, label %__main.entry, label %endif.0.i - -endif.0.i: ; preds = %entry - ret void - -__main.entry: ; preds = %entry - br label %no_exit.1 - -no_exit.1: ; preds = %__main.entry, %no_exit.1, %loopentry.2 - br bool false, label %loopentry.2, label %no_exit.1 - -loopentry.2: ; preds = %no_exit.1 - br label %no_exit.1 -} diff --git a/test/Transforms/BranchCombine/dg.exp b/test/Transforms/BranchCombine/dg.exp deleted file mode 100644 index e326ea721c3..00000000000 --- a/test/Transforms/BranchCombine/dg.exp +++ /dev/null @@ -1,3 +0,0 @@ -load_lib llvm-dg.exp - -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext