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

Add reference to problem report.

llvm-svn: 40889
This commit is contained in:
Nick Lewycky 2007-08-07 12:27:03 +00:00
parent 8c896cc115
commit 8543faa5fe

View File

@ -1,4 +1,5 @@
; RUN: llvm-as < %s | opt -scalar-evolution -analyze |& grep "Loop bb: ( -1 + ( -1 * %x) + %y) iterations!"
; PR1597
define i32 @f(i32 %x, i32 %y) {
entry: