adjust for asmprinter change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-03-01 00:26:51 +00:00
parent 3aa8f6bc11
commit 585cfb6821

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*)