new reg test for a failure last night on ppc/darwin

llvm-svn: 22725
This commit is contained in:
Chris Lattner 2005-08-09 18:07:45 +00:00
parent 02742710f3
commit 91fca092db
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
; RUN: llvm-as < %s | llc
int %test(int %X) {
%Y = div int %X, -2
ret int %Y
}