llvm-svn: 35673
This commit is contained in:
Anton Korobeynikov 2007-04-04 21:28:36 +00:00
parent 915e61736b
commit 029ea7ee74
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=ppc32 | grep 'cmpwi cr0, r3, -1'
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'cmpwi cr0, r3, -1'
define i32 @test(i32 %x) {
%c = icmp eq i32 %x, -1