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

