From c3be0fd8c39910e3365ec0c84042b284501f77ad Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 5 Aug 2008 15:51:44 +0000 Subject: Fix the AsmWriter to not print extra spaces after parameter attributes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54351 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2006-05-26-VarargsCallEncode.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Assembler/2006-05-26-VarargsCallEncode.ll b/test/Assembler/2006-05-26-VarargsCallEncode.ll index bfa4343..6dc60c3 100644 --- a/test/Assembler/2006-05-26-VarargsCallEncode.ll +++ b/test/Assembler/2006-05-26-VarargsCallEncode.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llvm-dis | grep {tail call void.*sret null} +; RUN: llvm-as < %s | llvm-dis | grep {tail call void.*sret null} declare void @foo({ }* sret , ...) -- cgit v1.1