From: Xin Tong Date: Wed, 18 Jan 2017 00:26:17 +0000 (+0000) Subject: 2 returns next to each other =). NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d29b66e6573adc4ecd6551de4cfbf96ebdfe17b;p=llvm 2 returns next to each other =). NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LICM/scalar-promote-unwind.ll b/test/Transforms/LICM/scalar-promote-unwind.ll index 917da04d89c..71bef3e23ae 100644 --- a/test/Transforms/LICM/scalar-promote-unwind.ll +++ b/test/Transforms/LICM/scalar-promote-unwind.ll @@ -61,8 +61,6 @@ for.inc: br i1 %exitcond, label %for.cond.cleanup, label %for.body for.cond.cleanup: - ret void - ; CHECK: define void @test2 ; CHECK: store i32 ; CHECK-NEXT: ret void