From: Max Kazantsev Date: Tue, 29 Aug 2017 05:30:58 +0000 (+0000) Subject: [NFC] Fix indents in test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7580586ab1bc4533476975fbe4d8c16b20aeb0f;p=llvm [NFC] Fix indents in test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311982 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll b/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll index 6b446f26a63..858b61a9836 100644 --- a/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll +++ b/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll @@ -106,7 +106,7 @@ bb: ; preds = %bb, %bb.nph %tmp3 = uitofp i8 %i.03 to double ; :1 [#uses=1] tail call void @foo( double %tmp3 ) nounwind %indvar.next = add nsw nuw i8 %i.03, 1 ; [#uses=2] - %tmp = sext i8 %indvar.next to i32 + %tmp = sext i8 %indvar.next to i32 %exitcond = icmp eq i32 %tmp, 32767 ; [#uses=1] br i1 %exitcond, label %return, label %bb