summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/private.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-05 17:55:26 +0000
committerDan Gohman <gohman@apple.com>2010-01-05 17:55:26 +0000
commitfb4193625a02f97f77dbf52827c8ad6e399cbb22 (patch)
tree06559b0b012e1ac594e50db5abd987474bf24b1f /llvm/test/CodeGen/ARM/private.ll
parentc3c031bb37d244ef3c95b08f81d66957da43ac4e (diff)
downloadbcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.tar.gz
bcm5719-llvm-fb4193625a02f97f77dbf52827c8ad6e399cbb22.zip
Delete useless trailing semicolons.
llvm-svn: 92740
Diffstat (limited to 'llvm/test/CodeGen/ARM/private.ll')
-rw-r--r--llvm/test/CodeGen/ARM/private.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/private.ll b/llvm/test/CodeGen/ARM/private.ll
index 03376a4c61b..fba56b4ffee 100644
--- a/llvm/test/CodeGen/ARM/private.ll
+++ b/llvm/test/CodeGen/ARM/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()
OpenPOWER on IntegriCloud