From 857eb5793e5d7fc239f75be3a39d9569914aebf0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 Oct 2009 23:41:58 +0000 Subject: revert r84754, it isn't the right approach. Edwin, please propose patches for fixes like this instead of committing them directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84799 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/fold-intophi.ll | 54 ----------------------------- 1 file changed, 54 deletions(-) delete mode 100644 test/Transforms/InstCombine/fold-intophi.ll (limited to 'test/Transforms/InstCombine') diff --git a/test/Transforms/InstCombine/fold-intophi.ll b/test/Transforms/InstCombine/fold-intophi.ll deleted file mode 100644 index 23b482d..0000000 --- a/test/Transforms/InstCombine/fold-intophi.ll +++ /dev/null @@ -1,54 +0,0 @@ -; RUN: opt -instcombine -S <%s | FileCheck %s -; PR5262 -; Make sure the PHI node gets put in a place where all of its operands dominate it -target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128" -target triple = "x86_64-unknown-linux-gnu" - -@tmp2 = global i64 0 ; [#uses=1] - -declare void @use(i64) nounwind - -define void @foo(i1) nounwind align 2 { -;