diff options
author | Dan Gohman <gohman@apple.com> | 2010-01-05 17:55:26 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-01-05 17:55:26 +0000 |
commit | fb4193625a02f97f77dbf52827c8ad6e399cbb22 (patch) | |
tree | 06559b0b012e1ac594e50db5abd987474bf24b1f /llvm/test/CodeGen/X86/tail-opts.ll | |
parent | c3c031bb37d244ef3c95b08f81d66957da43ac4e (diff) | |
download | bcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.tar.gz bcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.zip |
Delete useless trailing semicolons.
llvm-svn: 92740
Diffstat (limited to 'llvm/test/CodeGen/X86/tail-opts.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tail-opts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tail-opts.ll b/llvm/test/CodeGen/X86/tail-opts.ll index 8c3cae9e8d4..c5dbb04a051 100644 --- a/llvm/test/CodeGen/X86/tail-opts.ll +++ b/llvm/test/CodeGen/X86/tail-opts.ll @@ -55,7 +55,7 @@ altret: ret void } -declare i8* @choose(i8*, i8*); +declare i8* @choose(i8*, i8*) ; BranchFolding should tail-duplicate the indirect jump to avoid ; redundant branching. |