commit | abbdc89d7e44333657ee67dc4d85b82737e73d63 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Aug 05 15:51:44 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Aug 05 15:51:44 2008 +0000 |
tree | e9f238737783c1ccaccee1f92072dac179cf0950 | |
parent | c154449b3b3c6ec60c7e7a766b88155b9889f7e9 [diff] [blame] |
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
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 , ...)