1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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

there would be a broken PHI node

llvm-svn: 2692
This commit is contained in:
Chris Lattner 2002-05-21 19:32:58 +00:00
parent bea29dd1db
commit 05b7ed23ec

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: