For PR1336:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 16 Apr 2007 01:49:16 +0000 (01:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 16 Apr 2007 01:49:16 +0000 (01:49 +0000)
Un-XFAIL this now that its working.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36100 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/IndVarsSimplify/exit_value_tests.llx

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