This testcase was very broken! The block could not be merged because then

there would be a broken PHI node


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-05-21 19:32:58 +00:00
parent 58e06e7393
commit 2f3ee642a8

View File

@ -1,9 +1,6 @@
; Basic block #2 should be merged into BB #3!
; Basic block #2 should not be merged into BB #3!
;
; RUN: if as < %s | opt -dce | dis | grep 'br label'
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi
; RUN: as < %s | opt -simplifycfg | dis | grep 'br label'
;
void "cprop_test12"(int* %data) {
bb0: