Fix the comment in this test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-09-16 16:33:59 +00:00
parent 3a9f68bb7a
commit 46fb0dee03

View File

@ -2,7 +2,8 @@
; RUN: grep {= getelementptr} %t | count 20
; RUN: grep {= phi} %t | count 13
; Don't push the geps through these phis; they have multiple uses!
; Don't push the geps through these phis, because they would require
; two phis each, which burdens the loop with high register pressure.
define void @foo(float* %Ar, float* %Ai, i64 %As, float* %Cr, float* %Ci, i64 %Cs, i64 %n) nounwind {
entry: