diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-02 05:08:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-02 05:08:54 +0000 |
commit | 0a844d8df1430a843fa5b995622c3681d067879c (patch) | |
tree | c4757fc3162bc0429cdd75b54143f0858d5076b0 /llvm/test/CodeGen/PowerPC | |
parent | e51961b5ba4b902f5a783075eaf14eeafc082e0a (diff) | |
download | bcm5719-llvm-0a844d8df1430a843fa5b995622c3681d067879c.tar.gz bcm5719-llvm-0a844d8df1430a843fa5b995622c3681d067879c.zip |
my patch fixed the fixme.
llvm-svn: 35582
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/branch-opt.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/branch-opt.ll b/llvm/test/CodeGen/PowerPC/branch-opt.ll index 9048f0f8d13..11c02499649 100644 --- a/llvm/test/CodeGen/PowerPC/branch-opt.ll +++ b/llvm/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 |