For PR1336:

Un-XFAIL this now that its working.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-16 01:49:16 +00:00
parent b4a7fea7fd
commit a37e588667

View File

@ -4,7 +4,6 @@
; ;
; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -adce -simplifycfg | \ ; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -adce -simplifycfg | \
; RUN: llvm-dis | not grep br ; RUN: llvm-dis | not grep br
; XFAIL: *
int %polynomial_constant() { int %polynomial_constant() {
br label %Loop br label %Loop