Fix a comment sabre noticed :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2006-02-17 06:24:31 +00:00
parent b5fefc732c
commit 8ec18177da
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; All of these ands and shifts should be folded into rlwimi's
; All of these should be codegen'd without loading immediates
; RUN: llvm-as < %s | llc -march=ppc32 | grep addc | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep adde | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep addze | wc -l | grep 1 &&

View File

@ -1,4 +1,4 @@
; All of these ands and shifts should be folded into rlwimi's
; All of these should be codegen'd without loading immediates
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfc | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfe | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfze | wc -l | grep 1 &&