adjust for asmprinter change.

llvm-svn: 65741
This commit is contained in:
Chris Lattner 2009-03-01 00:26:51 +00:00
parent fb97bdc6a7
commit 3c4f6be2b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \
; RUN: grep alloca | grep \\{
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {alloca %T}
%T = type { [80 x i8], i32, i32 }
declare i32 @.callback_1(i8*)
declare void @.iter_2(i32 (i8*)*, i8*)