1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

comment typo

llvm-svn: 147701
This commit is contained in:
Andrew Trick 2012-01-07 00:29:20 +00:00
parent 60f6beef61
commit 0ec80535d9

View File

@ -1,7 +1,7 @@
; RUN: opt -loop-reduce -S < %s | FileCheck %s ; RUN: opt -loop-reduce -S < %s | FileCheck %s
; PR9939 ; PR9939
; LSR should property handle the post-inc offset when folding the ; LSR should properly handle the post-inc offset when folding the
; non-IV operand of an icmp into the IV. ; non-IV operand of an icmp into the IV.
; CHECK: %4 = sub i64 %sub.ptr.lhs.cast, %sub.ptr.rhs.cast ; CHECK: %4 = sub i64 %sub.ptr.lhs.cast, %sub.ptr.rhs.cast