Move this test from ADCE to loop deletion, where it is more appropriate.

llvm-svn: 51181
This commit is contained in:
Owen Anderson 2008-05-16 04:34:19 +00:00
parent ecc12fe81d
commit bdcf408d67
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
; This is the test case taken from Appel's book that illustrates a hard case
; that SCCP gets right, and when followed by ADCE, is completely eliminated
;
; RUN: llvm-as < %s | opt -sccp -adce -simplifycfg | llvm-dis | not grep br
; RUN: llvm-as < %s | opt -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg | llvm-dis | not grep br
define i32 @"test function"(i32 %i0, i32 %j0) {
BB1: