diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-05 15:51:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-05 15:51:44 +0000 |
commit | c3be0fd8c39910e3365ec0c84042b284501f77ad (patch) | |
tree | e9f238737783c1ccaccee1f92072dac179cf0950 /test/Assembler | |
parent | 8f613f30a78aa9d93d08a209b6c159c2000d8d6c (diff) | |
download | external_llvm-c3be0fd8c39910e3365ec0c84042b284501f77ad.zip external_llvm-c3be0fd8c39910e3365ec0c84042b284501f77ad.tar.gz external_llvm-c3be0fd8c39910e3365ec0c84042b284501f77ad.tar.bz2 |
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
Diffstat (limited to 'test/Assembler')
-rw-r--r-- | test/Assembler/2006-05-26-VarargsCallEncode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 , ...) |