new testcase

llvm-svn: 35397
This commit is contained in:
Chris Lattner 2007-03-28 01:31:33 +00:00
parent b41697c006
commit 4776ebc195
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep 'ret i32 16843009'
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep 'ret i32 16843009' &&
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca
; PR1226