commit | 81bc62c9fc2eaf8d971cea17159e2ac5de86ac76 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Jan 05 17:55:26 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Jan 05 17:55:26 2010 +0000 |
tree | 14ccb6bb44f8ffb397c928e23771b50c43688ea4 | |
parent | dce1bfceff9cd9b9567a214ba320c365a94870bd [diff] [blame] |
Delete useless trailing semicolons. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92740 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/CellSPU/private.ll b/test/CodeGen/CellSPU/private.ll index 7452276..56f72e7 100644 --- a/test/CodeGen/CellSPU/private.ll +++ b/test/CodeGen/CellSPU/private.ll
@@ -13,7 +13,7 @@ ret void } -@baz = private global i32 4; +@baz = private global i32 4 define i32 @bar() { call void @foo()