commit | aceba31b7a04fd28680209b2677915378877bc13 | [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 | ba25f0924ef3be887fb67ed6a66f3dee77461f44 [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/PowerPC/private.ll b/test/CodeGen/PowerPC/private.ll index d6e6770..f9405f6 100644 --- a/test/CodeGen/PowerPC/private.ll +++ b/test/CodeGen/PowerPC/private.ll
@@ -15,7 +15,7 @@ ret void } -@baz = private global i32 4; +@baz = private global i32 4 define i32 @bar() nounwind { call void @foo()