1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Strengthen check for div inst-combining.

llvm-svn: 60276
This commit is contained in:
Bill Wendling 2008-11-30 04:33:53 +00:00
parent ac11f7d37e
commit 5020e916ef

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -instcombine -inline | llvm-dis | grep {715827882} | count 2
; RUN: llvm-as < %s | opt -instcombine -inline | llvm-dis | not grep '-715827882'
; PR3142
define i32 @a(i32 %X) nounwind readnone {