From aceba31b7a04fd28680209b2677915378877bc13 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 5 Jan 2010 17:55:26 +0000 Subject: Delete useless trailing semicolons. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92740 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/2008-02-14-PassManager.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Other/2008-02-14-PassManager.ll') diff --git a/test/Other/2008-02-14-PassManager.ll b/test/Other/2008-02-14-PassManager.ll index 6b51edb134..bdaf9330d2 100644 --- a/test/Other/2008-02-14-PassManager.ll +++ b/test/Other/2008-02-14-PassManager.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output ; PR2028 define i32 @test1() { - ret i32 0; + ret i32 0 } -- cgit v1.2.3