From 7f1982731e5cda60ceb910b6cddc0825e1f7caa6 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 2 Sep 2010 08:52:56 +0000 Subject: Correct this test for the fact that the number of uses is now printed in a comment. llvm-svn: 112813 --- clang/test/CodeGen/struct-passing.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'clang/test/CodeGen') diff --git a/clang/test/CodeGen/struct-passing.c b/clang/test/CodeGen/struct-passing.c index 409d14e22d3..ce1fee41a24 100644 --- a/clang/test/CodeGen/struct-passing.c +++ b/clang/test/CodeGen/struct-passing.c @@ -1,10 +1,10 @@ // RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-llvm -o %t %s -// RUN: grep 'declare i32 @f0() readnone$' %t -// RUN: grep 'declare i32 @f1() readonly$' %t -// RUN: grep 'declare void @f2(.* sret)$' %t -// RUN: grep 'declare void @f3(.* sret)$' %t -// RUN: grep 'declare void @f4(.* byval)$' %t -// RUN: grep 'declare void @f5(.* byval)$' %t +// RUN: grep 'declare i32 @f0() readnone ;' %t +// RUN: grep 'declare i32 @f1() readonly ;' %t +// RUN: grep 'declare void @f2(.* sret) ;' %t +// RUN: grep 'declare void @f3(.* sret) ;' %t +// RUN: grep 'declare void @f4(.* byval) ;' %t +// RUN: grep 'declare void @f5(.* byval) ;' %t // PR3835 typedef int T0; -- cgit v1.2.3