From: Chris Lattner Date: Mon, 2 Apr 2007 05:08:54 +0000 (+0000) Subject: my patch fixed the fixme. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=028856dc39670408d6310a077f7d186c9e877184;p=oota-llvm.git my patch fixed the fixme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35582 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/branch-opt.ll b/test/CodeGen/PowerPC/branch-opt.ll index 9048f0f8d13..11c02499649 100644 --- a/test/CodeGen/PowerPC/branch-opt.ll +++ b/test/CodeGen/PowerPC/branch-opt.ll @@ -1,6 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'b LBB.*' | wc -l | grep 5 -;;; FIXME, 4 unconditional branches is minimal +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'b LBB.*' | wc -l | grep 4 target endian = big target pointersize = 32