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/Mips | |
| 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/Mips')
| -rw-r--r-- | llvm/test/CodeGen/Mips/private.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/private.ll b/llvm/test/CodeGen/Mips/private.ll index a1b45c2a63e..34b75477b68 100644 --- a/llvm/test/CodeGen/Mips/private.ll +++ b/llvm/test/CodeGen/Mips/private.ll @@ -12,7 +12,7 @@ define private void @foo() { ret void } -@baz = private global i32 4; +@baz = private global i32 4 define i32 @bar() { call void @foo() |

